-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms_of_service.html
56 lines (56 loc) · 2.77 KB
/
terms_of_service.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="normalize.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<script src="main.js"></script>
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#ffffff" />
<title>Reptilians</title>
<link rel="stylesheet" href="style.css" />
</head>
<body class="body privacy">
<a href="/"> <img src="assets/logoSmall.png" alt="logo" class="logo" /></a>
<div class="content">
<h1 class="heading">Terms of service</h1>
<h2 class="title">Here it is</h2>
<p class="text">
The passage experienced a surge in popularity during the 1960s when
Letraset used it on their dry-transfer sheets, and again during the 90s
as desktop publishers bundled the text with their software. Today it's
seen all around the web; on templates, websites, and stock designs. Use
our generator to get your own, or read on for the authoritative history
of lorem ipsum.
<br />
Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in
laying out print, graphic or web designs. The passage is attributed to
an unknown typesetter in the 15th century who is thought to have
scrambled parts of Cicero's De Finibus Bonorum et Malorum for use in a
type specimen book.
</p>
<h2 class="title">Headline</h2>
<p class="text">
The passage experienced a surge in popularity during the 1960s when
Letraset used it on their dry-transfer sheets, and again during the 90s
as desktop publishers bundled the text with their software. Today it's
seen all around the web; on templates, websites, and stock designs. Use
our generator to get your own, or read on for the authoritative history
of lorem ipsum.
<br />
Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in
laying out print, graphic or web designs. The passage is attributed to
an unknown typesetter in the 15th century who is thought to have
scrambled parts of Cicero's De Finibus Bonorum et Malorum for use in a
type specimen book.
</p>
</div>
</body>
</html>