-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path1.html
59 lines (55 loc) · 1.65 KB
/
1.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Riivo's test site</title>
<meta name="description" content="Testing Glia scripts">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#fafafa">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<h1>Welcome to Riivo's test site!</h1>
<a href="https://riiwo.github.io/">Previous page</a>
<div class="row">
<div class="column">
<img src="img/15.jpg">
<img src="img/16.jpg">
<img src="img/17.jpg">
<img src="img/18.jpg">
<img src="img/19.jpg">
<img src="img/20.jpg">
<img src="img/21.jpg">
</div>
<div class="column">
<img src="img/22.jpg">
<img src="img/23.jpg">
<img src="img/24.jpg">
<img src="img/25.jpg">
<img src="img/26.jpg">
<img src="img/27.jpg">
</div>
<div class="column">
<img src="img/28.jpg">
<img src="img/29.jpg">
<img src="img/30.jpg">
<img src="img/15.jpg">
<img src="img/16.jpg">
</div>
<div class="column">
<img src="img/17.jpg">
<img src="img/18.jpg">
<img src="img/19.jpg">
<img src="img/20.jpg">
<img src="img/21.jpg">
<img src="img/22.jpg">
<img src="img/23.jpg">
<img src="img/24.jpg">
</div>
</div>
<script async src="//api.beta.salemove.com/salemove_integration.js"></script>
</body>
</html>