29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>overFlow</title>
|
|
<base href="/">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<link rel="icon" type="image/x-icon" href="assets/layout/images/favicon.png">
|
|
|
|
<link id="theme-css" rel="stylesheet" type="text/css" href="assets/theme/theme-indigo.css">
|
|
<link id="layout-css" rel="stylesheet" type="text/css" href="assets/layout/css/layout-indigo.css">
|
|
</head>
|
|
<body>
|
|
<of-root>
|
|
<div class="splash-screen">
|
|
<div class="splash-loader-container">
|
|
<svg class="splash-loader" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
|
|
<circle class="splash-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
</of-root>
|
|
</body>
|
|
</html>
|