42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script src="/core/Sparc-core-1.0.js"></script>
|
|
<title>Project 42</title>
|
|
<link rel="stylesheet" type="text/css" href="/app/assets/styles/intro.css" media="all">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="glowing">
|
|
<span style="--i:1;"></span>
|
|
<span style="--i:2;"></span>
|
|
<span style="--i:3;"></span>
|
|
</div>
|
|
<div class="glowing">
|
|
<span style="--i:4;"></span>
|
|
<span style="--i:5;"></span>
|
|
<span style="--i:6;"></span>
|
|
</div>
|
|
<div class="glowing">
|
|
<span style="--i:5;"></span>
|
|
<span style="--i:3;"></span>
|
|
<span style="--i:1;"></span>
|
|
</div>
|
|
<img src="/app/assets/images/logop42-intro.png" class="logointro"/>
|
|
<button id="startbtn">START</button>
|
|
<div id="login-dialog">
|
|
<div class="cols2">
|
|
<label>Username:</label>
|
|
<input type="text" name="username"/>
|
|
</div>
|
|
<div class="cols2">
|
|
<label>Password:</label>
|
|
<input type="password" name="password"/>
|
|
</div>
|
|
<div class="loginerr"></div>
|
|
<button>GO</button>
|
|
</div>
|
|
</body>
|
|
</html> |