-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext.html
More file actions
25 lines (21 loc) · 695 Bytes
/
next.html
File metadata and controls
25 lines (21 loc) · 695 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/later.css" media="screen" title="no title" charset="utf-8">
<title>...talk soon!</title>
</head>
<body>
<div class="later_container">
<div class="later">
<img src="img/hill.jpg" alt="Wild grass hill" />
</div>
<div class="out_rel">
<img src="img/customs.png" alt="Deus Customs Logo" />
</div>
<div class="abso_talk">
<h1><em>We'll be in touch with you soon!</em></h1>
</div>
</div>
</body>
</html>