-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintro1.html
More file actions
26 lines (23 loc) · 839 Bytes
/
intro1.html
File metadata and controls
26 lines (23 loc) · 839 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ha:Hu</title>
<link rel="stylesheet" href="css/intro.css">
<link rel="stylesheet" href="css/speech.css">
</head>
<body>
<a href="intro2.html">
<img src="https://live.staticflickr.com/3442/3222376011_5be9a60b7f_c_d.jpg">
</a>
<div class="speech">
<p class="bubble fader">
<b>Hi, I'm Hugi!</b>
Welcome to a brief tour of my culture and language.
In this photo by <a href="https://www.flickr.com/photos/adavey/3222376011/in/photostream/">A.Davey</a>,
you can see a church under renovation in Ethiopia. The new mixed with the old. 👆 <b>Tap on the picture</b> to continue ...
</p>
</div>
</body>
</html>