-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.html
33 lines (33 loc) · 1.29 KB
/
base.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
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Oswald:wght@500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mypages.css">
<link rel="stylesheet" href="content_desktop.css">
<title>VMan's pages</title>
</head>
<body onhashchange="myFunction()">
<div class="fullcontainer">
<div class="pagecontainer">
<div class="box mainwidth mainbox" id="pagecontent">
If using NoScript then please allow this site
<a href="#p_base">A link</a>
</div>
</div>
</div>
<div class="box antimainwidth linksbar">
<img src="me.webp" class="fw"><br>
<a class="header" href="#p_main">VMan_2002</a> - My Links<br>
<span class="txsmall">
<a href="https://bit.ly/vman_2002_yt">YouTube</a>
<a href="https://bit.ly/35AXBTK">Steam</a>
<a href="https://bit.ly/2zjdTF2">Mania Exchange</a>
<a href="https://bit.ly/3dl2Bi8">TMUF Exchange</a>
<a href="https://bit.ly/2YAlgCu">Reddit</a>
<a href="https://bit.ly/tz-aest">Timezone</a>
<br>Don't ask me to develop your site for free
</span>
</div>
<div class="box mainwidth title" id="title">Is Javascript enabled?</div>
<script src="pageswitcher.js" onload="loaded()"></script>
</body>
</html>