-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 1.9 KB
/
index.html
File metadata and controls
45 lines (42 loc) · 1.9 KB
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
<!DOCTYPE html>
<html lang=de>
<head>
<link rel=icon href="assets/images/logo/favicon.ico">
<link id="theme-link" rel="stylesheet" href="assets/styles/greysteam/greysteam.css">
<meta charset=utf-8>
<title>leonill007 - Start</title>
<div class='stage'>
</head>
<body>
<center><a href="index"><img src="assets\images\logo\logo.png" title="leonill007" alt="leonill007" width="733" height="140"></a></center>
<main>
<nav>
<li><a href="index">Home</a></li>
<li><a href="downloads">Downloads</a></li>
<li><a href="map-portfolio">Map Portfolio</a></li>
<li><a href="things">JS Things</a></li>
<li><a href="wrapped">Wrapped</a></li>
<li><a href="contact">Contact</a></li>
</nav>
<div class="window" name="Welcome">
<div class="box inset">
<h1>Welcome to my Website!</h1>
<p>Hi!</p>
<hr>
<!--div>
<script src="http://www.nvidia.com/content/includes/js/AC_OETags.js" language="javascript"></script>
<script>AC_FL_RunContent("flashVars", "widgetVersion=vertical&widgetLanguage=en-us","src", "http://www.nvidia.com/content/DriverDownload/widget/v2/driver_widget","width", "320","height", "620","align", "middle","id", "driver_widget","quality", "high","bgcolor", "#869ca7","name", "driver_widget","wmode", "transparent","allowScriptAccess","*","type", "application/x-shockwave-flash","pluginspage", "http://www.adobe.com/go/getflashplayer");</script>
</div-->
<p>On this Website i host different things such as various downloads of things i did in the past or just simple ways to find me on other Social Media pages.
</div>
<center><p>© leonill007 2021 - 2026</p>
<div id="theme-switcher">
<button id="greysteam-button">Greysteam</button>
<button id="greensteam-button">Greensteam</button>
</div>
</center>
</div>
</main>
</body>
<script src="assets/js/themeswitcher.js"></script>
</html>