-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SaveUpp</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
<link rel="icon" href="favicon.ico" type="image/icon">
</head>
<body>
<div class="wrapper has-background-light" style="height: 100vh;">
<!-- Header -->
<!-- Не должен меняться -->
<section class="hero is-info has-text-centered">
<div class="hero-body">
<div class="container">
<h1 class="title">
<i class="fas fa-wallet"></i>
SaveUpp
</h1>
</div>
</div>
</section>
<!-- /Header -->
<section class="section" id="main">
<!-- Контент отображается тут! -->
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>
<script src="scripts/moment.js"></script>
<script src="scripts/script.js"></script>
</div>
</body>
</html>