54 lines
1.8 KiB
HTML
54 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Integreat</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
|
|
<link href="/css/font.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/bulma.min.css" integrity="sha256-HEtF7HLJZSC3Le1HcsWbz1hDYFPZCqDhZa9QsCgVUdw=" crossorigin="anonymous" />
|
|
<link rel="stylesheet" href="/css/bulma-calendar.min.css" />
|
|
<link rel="stylesheet" href="/css/bulma-badge.min.css" />
|
|
<link rel="stylesheet" href="/css/animate.css" />
|
|
<link rel="stylesheet" href="/finance-font/style.css" />
|
|
<link rel="stylesheet" href="/css/main.css" />
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<nav class="navbar has-shadow">
|
|
<div class="container">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="../">
|
|
<img src="/img/logo.png" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div class="has-text-centered hero is-fullheight is-vertically-centered" id="mail-app">
|
|
<div class="is-vertically-centered">
|
|
<h1 class="title"><i class="fa fa-spin fa-spinner"></i></h1>
|
|
</div>
|
|
</div>
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content has-text-centered">
|
|
<p>
|
|
<strong>Integreat</strong>
|
|
by <a href="https://github.com/">Integreat</a>.
|
|
</p>
|
|
<p>
|
|
<a class="icon" href="https://github.com/dansup/bulma-templates">
|
|
<i class="fa fa-github"></i>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<script src="/js/compiled/app.js"></script>
|
|
<script>auto_ap.core.init();</script>
|
|
</body>
|
|
</html>
|