-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>ChaseThePizza</title>
<meta name="generator" content="Jekyll v3.9.0">
<meta property="og:title" content="ChaseThePizza">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="https://gamecreatorawesome.github.io/ChaseThePizza/">
<meta property="og:url" content="https://gamecreatorawesome.github.io/ChaseThePizza/">
<meta property="og:site_name" content="ChaseThePizza">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="ChaseThePizza">
<script type="application/ld+json">
{"headline":"ChaseThePizza","url":"https://gamecreatorawesome.github.io/ChaseThePizza/","@type":"WebSite","name":"ChaseThePizza","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/ChaseThePizza/assets/css/style.css?v=209e0f825d8d7b2da1d57d0627f2abd07af94321">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="chasethepizza">ChaseThePizza</h1>
<h1 id="hi">Hi</h1>
<div class="language-javascript highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code><span class="kd">function</span> <span class="nx">die</span><span class="p">()</span> <span class="p">{</span>
<span class="nb">window</span><span class="p">.</span><span class="nx">location</span><span class="p">.</span><span class="nx">href</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">https://updatify.rf.gd/</span><span class="dl">"</span><span class="p">;</span>
<span class="p">}</span>
</code></pre>
</div>
</div>
</div>
</body>
</html>