-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassets.html
More file actions
57 lines (45 loc) · 4.05 KB
/
assets.html
File metadata and controls
57 lines (45 loc) · 4.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title align="center">asset playground</title>
<link rel="favicon.png" type="image/x-icon" href="favicon.png">
<p align="center"><img src="Images/separator.png" width="960" height="2"></img></p>
<h3 align="center" style="color:whitesmoke ; font-style:unset">asset playground</h3>
<p align="center"><img src="Images/separator.png" width="960" height="2"></img></p>
</head>
<body style="background-color:black">
<structure NavPanelSection>
<p align="center" style="color:white">separator<img src="Images/separator.png" width="960" height="2"></img></p>
<navpanel>
<buttons>
<p align="center"><img src="Images/separator.png" width="420" height="2"></img></p>
<h3 align="center" style="color:whitesmoke ; font-style:unset">█▓▒NavPanel▒▓█</h3>
<p align="center" style="color:white"><a href="https://www.atearthroughreality.com/home.html"><img src="Images/homebutton.png" width="150" height="32"></img></a></p>
<p align="center" style="color:white"><a href="https://www.atearthroughreality.com/index.html"><img src="Images/site index button.png" width="150" height="32"></img></a></p>
<p align="center" style="color:white"><a href="https://www.atearthroughreality.com/about_attr.html"><img src="Images/About.png" width="150" height="32"></img></a></p>
<p align="center" style="color:white"><a href="https://www.youtube.com/c/ATearThroughReality/"><img src="Images/youtubebutton.png" width="150" height="32"></img></a></p>
<p align="center" style="color:white"><a href="https://www.atearthroughreality.com/404.html"><img src="Images/404-notfound-button.png" width="150" height="32"></img></a></p>
<p align="center" style="color:white"><a href="https://github.com/FCGWolfe"><img src="Images/github-button.png" width="150" height="32"></img></a></p>
<h3 align="center" style="color:whitesmoke ; font-style:unset">█▓▒Current Page: {INSERT PAGE ID HERE}▒▓█</h3>
<p align="center"><img src="Images/separator.png" width="420" height="2"></img></p>
</buttons>
</navpanel>
<art section>
<p align="center" style="color:white">>ATTR Wordmark.png<img src="Images/ATTR Wordmark.png" alt="ATTR Wordmark"></p>
<buttons section>
<p align="center" style="color:white">homebutton.png<img src="Images/homebutton.png" width="150" height="32"></img></p> <br>
<p align="center" style="color:white">youtubebutton.png<img src="Images/youtubebutton.png" width="150" height="32"></img></p> <br>
<p align="center" style="color:white"><a href="https://www.atearthroughreality.com/outward/html/NukeNet.html">NukeNet (my first ever HTML project file)</a></p> <br>
<p align="center" style="color:white">404-notfound-button<img src="Images/404-notfound-button.png" width="150" height="32"></img></p> <br>
<p align="center" style="color:white">github-button.png<img src="Images/github-button.png" width="150" height="32"></img></p>
<p align="center" style="color:white">bckm.png<img src="Images/BCKMButtonTest02.png" width="150" height="32"></img></p>
<p align="center" style="color:white">>Sigil Neon 01<img src="Images/Hollow Eyes Pink Yellow 01.png" alt="Betrayer"></p>
</body>
<footer>
<p align="center"><img src="Images/separator.png" width="960" height="2"></img></p>
<h4 align="center" style="color:white">Copyright (C) 2016-2024 Fallen Crown Productions, all rights reserved. ATTR, A Tear Through Reality, Fallen Crown Productions, and all related IP, branding, recordings, etc are the sole property of Hunter Wolfe.</h4> <br>
<h4 align="center" style="color:white">Last Updated October 26th, 2021. Thank you to GitHub Pages for freeing me from the shackles of freehosting.com.</h4>
<p align="center"><img src="Images/separator.png" width="960" height="2"></img></p>
</footer>
</html>