generated from prim4t/Web-Setup-Essentials
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomepage.html
133 lines (130 loc) · 3.31 KB
/
homepage.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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<!--keywords to change to operate offline
change these config lines to your file layout
## -dt
## neuroshack.org
##
-->
<html>
<title>NEUROSHACK | blog page</title>
<body bgcolor="black">
<table>
<col>
<!--banner-->
<mark><font size="2">
<a href="homepage.html" style="text-decoration:none">neuroshack</a></font></mark>
<div><font color="whitesmoke" size="1">studio crew</font></div>
<!--- banner -->
</col>
</body>
<!-- doesn't work yet
<body>
<col>
<table>
<td>
<font color="whitesmoke" size="1">
tracks:
</font>
</td>
</col>
<col>
<td>
<audio controls>
<source src="/home/usr/Desktop/sample_AnV.mp3" type=".mp3">
</audio>
</td>
</div>
</col>
<col>
<td>
<font color="whitesmoke" size="1">download:</font>
<a href="link.html" style="text-decoration:none">
<font color="whitesmoke" size="1">
.mp3
</a>
</td>
</col>
</body>
doesn't work yet -->
<body>
</table>
<table>
<div align="right">
<col align="right" width="400">
<td align="right">
<!-- break -->
<!--footer-->
<nav>
<font color="oldlace" size="1">
<!--break-->
<a href="homepage.html" style="text-decoration:none">
<font size="1" color="teal">
blog
</font>
</a>
<font color="teal" size="1">
|
</font>
</a>
<a href="link.html" style="text-decoration:none">
<font size="1" color="teal">
downloads
</a>
|
<a href="link.html" style="text-decoration: none">
<font size="1" color="teal">
faq
</font>
</nav>
</td>
</col>
</div>
</table>
</body>
<body>
<table>
<tr>
<td width="550">
<font color="white" size="1">
<i><u>blog</u>:</i>
</font>
</td>
</tr>
</table>
<table width="555">
<!-- blog -->
<!--details_start -->
<font color="white" size="1">
<div>updated:<i>062221</i> <font color="white" size="1">by:</font>
<a href="userprofile03.html" style="text-decoration: none"><font size="1" color="teal">-dt</font></a></div>
<font color="white" size="1">
<div>Hi friends! Neuroshack offical launch date July 18th.</div>
<div>Mix downloads and track downloads will be avaiable!!</div>
<div>Thank you to the development team and the supporters!</div>
</font>
<tr>
<font color="white" size="1">
<div>updated:<i>062121</i></font><font color="white" size="1"> by:<a href="link.html" style="text-decoration: none">
<font size="1" color="white">
<a href="userprofile03.html" style="text-decoration: none">
<font color="teal">-dt</font></a></div>
</tr>
<!-- date -->
<!-- words -->
<font color="whitesmoke" size="1">
<div>"What ever happened to that animation project..?"</div>
<div>This is a cosmic horror animation that started develo-</div>
<div>pmented in late 2020. The orginal story was writen on a</div>
<div>3page notepad and concept images began to develop a few</div>
<div>years later to then turned into a 8page short and soon</div>
<div>after the team started; characters, ship interior, </div>
<div>shops, and creatures. Although due to the budget, the</div>
<div>project has been suspended and the development for this</div>
<div>project will start again early 2022.</div>
</font>
</body>
</td>
</table>
<footer>
</footer>
</html>