This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (76 loc) · 3.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<!--Stylesheet-->
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="jquery-1.10.2.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5421892665333193",
enable_page_level_ads: true
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129128356-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129128356-1');
</script>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script>
console.log("\n \n _____ _ _ _ _ ___ ___ _ \n|_ _|_ _ ___| |_ ___| | | |___| _| _| |___ \n | | | | | _| . | . | | | | .'| _| _| |- _|\n |_| |___|_| |___|___|_____|__,|_| |_| |_|___|\n \n");
function decode() {
window.prompt("Enter a .bread file name");
window.alert("Press OK to decode");
window.alert("Result: it's bread.");
}
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=KmzmeEb0gb">
<link rel="manifest" href="/site.webmanifest?v=KmzmeEb0gb">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=KmzmeEb0gb" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=KmzmeEb0gb">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>TurboWafflz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<embed class="banner" src='banner.html'>
<hr>
<div class="logo">
<h1>TurboWafflz</h1>
</div>
<hr>
<!--Buttons-->
<div id="buttons">
<a href="nojs.html">No JavaScript?</a>
</div>
<script>
$(function(){
$("#buttons").load("buttons.html");
});
</script>
<!--
<button onclick="location.replace('/index.html');" style="height:100%;">Home</button><button onclick="location.replace('/programs.html');" style="height:100%;">Programs</button><button onclick="location.replace('/social.html');" style="height:100%;">Social</button><button onclick="location.replace('/random.html');" style="height:100%;">Random Junk</button>
<noscript><a href="nojs.html">No javascript?</a></noscript>
-->
<hr style="height:5px;">
<h3>I do stuff. Some of its kinda okay.</h3>
<b style="size:24pt;">Featured:</b>
<br>
<div style="border: solid orange; width:70%;"><b>New website</b>
<br>
<br>
My new website. This replaces turbowafflz.github.io.
<br>
<a href="http://turbowafflz.gitlab.io">turbowafflz.gitlab.io</a></div>
<footer>
<hr style="height:5px;">
<embed src="copyright.html">
</footer>
</body>
</html>