forked from paulirish/w3fools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
certificate.html
35 lines (29 loc) · 1.02 KB
/
certificate.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
<!DOCTYPE html>
<!--[if lt IE 9 ]><html lang="en" class="no-js shitty"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>W3Fools – A W3Schools Intervention</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neucha">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr-1.6.min.js"></script>
</head>
<body id="certificate">
<header>
<h1 id="intervention"><b>W3Fools</b> Certified</h1>
</header>
<p>
This certifies that
<b>You</b>
are not a fool. Now go out there and use that noggin for great justice. Sucka.
</p>
<audio autoplay>
<source src="assets/foo.ogg" type="audio/ogg">
<source src="assets/foo.mp3" type="audio/mpeg">
</audio>
</body>
</html>