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
/
lintest.html.save
67 lines (66 loc) · 2.59 KB
/
lintest.html.save
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
<html>
<head>
<!--Stylesheet-->
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script>
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="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>TurboWafflz</title>
</head>
<body>
<embed style="width:100%; height:40px;" src='banner.html'>
<hr style="height:5px;">
<div style="background-color:black; border:2px dotted orange">
<b><h1 style="color:red; text-align:center; font-family:monospace;">TurboWafflz</h1></b>
</div>
<hr style="height:5px;">
<br>
Welcome to my website! Here you'll find all sorts of things from programs to short movies. Enjoy!
<hr>
<br>
<div style="border: 2px dashed red;">
<b><h3>Click a link to do a thing!</h3></b>
<br>
<a href="btest">Browser Test</a>
<br>
<a href="lintest.zip">LinTest</a>
<br>
<a href="https://soundcloud.com/user-465490923">Music</a>
<br>
<a href="https://www.youtube.com/channel/UChjd4cu2-o6m1Vbz2J5wmOQ">Videos</a>
<br>
<a href="iiui.html">iiUI Desktop Environment</a>
<br>
<a href="calc.sh">FMW Calc</a>
<br>
<a href="infsearch.html">Infinity Search Engine (Google CSE)</a>
<br>
<a href="asimpletimer.zip">A simple command line timer</a>
<br>
<a href="easyssh.html">EasySSH</a>
<br>
<a href="bread.bread">Bread... 900KB of bread</a>
<br>
<a href="javascript:decode();">.bread decoder</a>
<br>
<a href="https://discord.gg/HSPFjkj">Discord</a>
<br>
<br>
<br>
<footer>
<hr style="height:5px;">
Copyright 2018 Finian Wright
</footer>
</body>
</html>