38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Mock</title>
|
|
|
|
<link rel="stylesheet" href="base.css">
|
|
<link rel="stylesheet" href="loading-page.css">
|
|
<meta name="theme-color" content="#57575a">
|
|
<meta name="msapplication-TileColor" content="#57575a">
|
|
<meta name="msapplication-navbutton-color" content="#57575a">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="#57575a">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- <section id="background">
|
|
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
|
|
<defs>
|
|
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
|
|
</defs>
|
|
<g class="parallax">
|
|
<use xlink:href="#gentle-wave" x="48" y="5" fill="#fff1" />
|
|
<use xlink:href="#gentle-wave" x="48" y="3" fill="#fff1" />
|
|
<use xlink:href="#gentle-wave" x="48" y="0" fill="#fff1" />
|
|
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff1" />
|
|
</g>
|
|
</svg>
|
|
</section> -->
|
|
|
|
<section id="main">
|
|
<h1>PolyMPR</h1>
|
|
<p>Logging in with amU credentials...</p>
|
|
<div class="loader"></div>
|
|
</section>
|
|
</body>
|
|
</html> |