-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
68 lines (58 loc) · 4.16 KB
/
template.html
File metadata and controls
68 lines (58 loc) · 4.16 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pukpal's Website v0.3</title>
<!--<link rel="stylesheet" href="style.css">-->
</head>
<body class="background">
<!--<div id="container">
<div id="headerArea">
<div id="header" style="height: 175px;"></div>
<nav id="navbar" style="margin-bottom: 10px;"><ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#">Dead link</a></li>
<li><a href="#">Dead link</a></li>
<li><a href="#">Dead link</a></li>
<li><a href="#">Dead link</a></li>
</ul></nav></div>
<div id="flex">
<main>
<h1><b>Template page</b> (and credit where its due)</h1>
<p><strong>Congrats on somehow finding this :3</strong></p>
<p>This shouldn't be linked from anywhere else, so well done on getting here... unless you just went through this websites github repo :p</p>
<p><strong>An attribution(s)</strong></p>
<p>This template was made using <a href="https://goblin-heart.net/sadgrl/">sadgrl's amazing resources</a>, I highly suggest you check them out if you would want to build your own website! Along with github pages for free hosting.</p>
<p>I may update this page later for any resources I find helpful, so ignore the first few lines about not being linked to as this gets turned into an attributions page</p>
<p><strong>Websites?</strong></p>
<p>On the note of making websites, please go and make one! And feel free to send it to me (my emails on the main page, sorry for the weird formatting; i dont wanna risk spam from web scrapers, just read the bits in bold) :3<br>I love spending free time looking through webrings and the like, each page is a persons personality and helps individualise our modern, uninspired, mostly corperate internet.</p>
<p>Now.. this is just a template page at heart.. at least that was my intent when first making it. So go and read my main page, or check out any of the amazing resource(s) i have linked below/above/idk i've not added any yet and reading my own writing later is too scary :3</p>
</main>
<aside id="rightSidebar" style="margin-left: 10px;"><h2>Blog!</h2>
<div class="box">
<p>There won't be anything here until I can sync this across pages</p>
<ul style="padding-left:10px;">
<li>In the meantime you can check the blog page directly!</li>
</ul>
</div>
<h2>Other sites!</h2>
<h3>Fweins ^~^</h3>
<ul>
<a href="https://skysyrup.dev/" alt="Ashley@Skysyrup"><img src="https://skysyrup.dev/assets/skysyrup_webbutton.png" alt="skysyrup.dev"></a>
</ul>
<h3>Other sites u should see!!1 :3</h3>
<ul>
<a href="https://maia.crimew.gay"><img src="https://maia.crimew.gay/badges/maia.crimew.gay.png" alt="maia crimew"></a>
<a href="https://goblin-heart.net/sadgrl/" alt="Sadgrl@goblin-heart"><img src="https://goblin-heart.net/sadgrl/assets/images/buttons/sadgrlonline.gif" alt="sadgrl.online"></a>
</ul>
</aside></div>
<footer id="footer" style="margin-top: 10px;">Best viewed in firefox 1.2 at 900x1600.<br>This site does not store magic cookies, in fact, it cant even store a real cookie, it runs off an SSD probably.<br>Please ignore the weird css bug below this footer; I am working on it. :c</footer>
</div>
--> <p>Website not in use.</p>
</body>
<footer class="infobar">
</footer>
</html>