forked from itscodenation/flw1-html-css-debugging-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercise-incorrect.html
More file actions
24 lines (20 loc) · 819 Bytes
/
exercise-incorrect.html
File metadata and controls
24 lines (20 loc) · 819 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/site.csss">
</head>
<body>
<header>
<h1 class="red-text">A Demo Page</h1>
<span>Check out <a href="https://scripted">ScriptEd!</a></span>
<p>I do not know what I am doing to this website.....</p>
<i class="fa fa-caret-left"></i>
</header>
<section>
<img src="'https://media.giphy.com/media/JIX9t2j0ZTN9S/giphy.gif'">
</section>
</body>
</html>