Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jondoglover authored Sep 2, 2020
1 parent 5ff07ba commit b56fcc6
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
<!DOCTYPE html>
<html>
<head>

<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="utf-8">
<title>The Eating $imulator - CKN Technodoggo</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176391236-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-176391236-1');
</script>
</head>
<body onload="openTab('Store');">
<!-- Hey, you're looking at the source code, you cheater! :) -->
<!-- Hey, you're looking at the source code, cheater! :) -->
<pre class="clickable">
<div class="center">
<pre>
Expand Down Expand Up @@ -670,14 +660,13 @@ <h1>the vault</h1>
<pre>Eating Simulator v2.6.1</pre>
<pre>© Copyright 2020 <a href="https://ch1ck3n.com">ch1ck3n</a>, <a href="https://jonkoo.com">technodoggo.</a> All rights reserved.
<a href="https://github.com/Eating-simulator/Eating-simulator.github.io/">Source code</a> <a href="https://the-eating-simulator.fandom.com/wiki/The_Eating_Simulator_Wiki">wiki</a></pre>
<script src="/scripts/error.js"></script>
<script src="/scripts/ascii.js"></script><script src="/scripts/error.js"></script>
<script src="/scripts/eatJS.js"></script>
<script src="/scripts/landon.js"></script>
<script src="/scripts/opentab.js"></script>
<script src="/scripts/colorswitch.js"></script>
<script src="/scripts/save.js"></script>
<script src="/scripts/modal.js"></script>
<script src="/scripts/merchant.js"></script>
<script src="/scripts/ascii.js"></script>
</body>
</html>

0 comments on commit b56fcc6

Please sign in to comment.