-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrowing-up.html
More file actions
37 lines (31 loc) · 1.23 KB
/
growing-up.html
File metadata and controls
37 lines (31 loc) · 1.23 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Danis Ziganshin">
<title>GrowingUp</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">
<a href="https://itunes.apple.com/app/id1461697772">GrowingUp</a>
</h3>
</div>
</header>
<p class="text-center" style="font-size:116px">🤷♀️</p>
<footer class="mastfoot mt-auto text-center">
<div class="inner">
<p><a href="https://ziganshin.pro/growing-up/privacy-policy">Privacy Policy</a></p>
</div>
</footer>
</div>
</body>
</html>