First commit
This commit is contained in:
parent
7f4c43662a
commit
0528576418
26 changed files with 5600 additions and 2 deletions
74
web/index.html
Normal file
74
web/index.html
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Nozoids online</title>
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
|
||||
#title{
|
||||
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
text-align: center;
|
||||
color: #ddd;
|
||||
font-size: 4ex;
|
||||
}
|
||||
|
||||
#text: {
|
||||
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
text-align: center;
|
||||
color: #ddd;
|
||||
font-size: 3ex;
|
||||
}
|
||||
a:link {
|
||||
color: white;
|
||||
}
|
||||
a:visited {
|
||||
color: gray;
|
||||
}
|
||||
a:hover {
|
||||
color: blue;
|
||||
}
|
||||
a:visited {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="background-color:#000;">
|
||||
|
||||
<!--
|
||||
Top Line
|
||||
-->
|
||||
|
||||
<div id="title" style="font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
|
||||
text-align: center;color: #ddd;font-size: 3ex;">
|
||||
1 / Live sound : <strong>VLC network stream</strong> http://xrkia.org:8000/NZ
|
||||
|
||||
</div>
|
||||
<div id="title" style="font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
|
||||
text-align: center;color: #ddd;font-size: 3ex;">2 / Choose to play a MMO-3 or OCS-2 ?
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!--
|
||||
Nozoids Grid
|
||||
-->
|
||||
|
||||
<div align="center" class="mainGrid">
|
||||
|
||||
<div>
|
||||
<a href="mmo3.html"> <img src="http://nozoid.com/wp-content/uploads/2019/04/MMO3_square_resized.jpg">
|
||||
</a>
|
||||
|
||||
<a href="ocs2.html"> <img src="http://nozoid.com/wp-content/uploads/2019/04/ocs2_square_resized.jpg">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue