16 lines
499 B
HTML
16 lines
499 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Splash</title>
|
|
<link rel="stylesheet" href="css/materialize.css">
|
|
<script src="js/splash.js"></script>
|
|
|
|
</head>
|
|
<body class="fade-in-one" style="margin:0px; background-color:#F9F9F9; ">
|
|
<div class="center">
|
|
<p style="margin-top: 560px; font-weight: 300" id="splashStatus">Loading..</p>
|
|
<p style="opacity: 0.6" id="versionNumber">0.1.0</p>
|
|
</div>
|
|
<img src="img/PLEX-T_DARK.png" style="position:absolute; top: 142.5px; left: 422.5px;">
|
|
</body>
|
|
</html> |