-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>SLANA DOBROTA</title>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<meta name="description" content="slana dobrota">
<meta name="keywords" content="art, arte">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' data:; media-src 'self'; frame-src player.vimeo.com www.youtube.com; frame-ancestors 'self'; script-src 'self' 'unsafe-inline'; font-src 'self' data:; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'self';">
<style>
body {
background-color: #A52A2A;
width: 80vw;
text-align: center;
margin: 0 auto;
padding: 0;
}
.image {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
padding-bottom: 75%;
margin-bottom: 10vw;
}
</style>
<script src="js/init.js"></script>
<script src="js/and-beyond.js"></script>
</head>
<body class="the-body"></body>
</html>