-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 726 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<h1>Full Room - Economical travelling</h1>
<img src="images/double-bed.jpg" alt="An hotel room with a double bed">
<ul>
<li>Save money</li>
<li>meet new people</li>
</ul>
<p>When you travel by yourself, why pay for 2 beds when you need only one?</p>
<p>Find <a href="https://en.wikipedia.org/wiki/Adolf_Hitler">someone</a> who is also alone and each of you can save half
of the price</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>