-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEx.14.html
35 lines (30 loc) · 876 Bytes
/
Ex.14.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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed" rel="stylesheet">
<title>Document</title>
</head>
<body>
<img src="https://www.codewars.com/users/stefan835/badges/large" alt="codewars-badge">
<h1>Ex.14</h1>
<h3><a href="./Ex.13.html">Link to previos!</a></h3>
<h3><a href="./Ex.15.html">Link to next!</a></h3>
<h2>My solution</h2>
<div class="code">
</div>
<h2>Best solution</h2>
<div class="code">
</div>
<h2 class="passed">PASSED</h2>
<h3>Time: </h3>
<script>
//MY SOLUTION
//BEST SOLUTION
</script>
</body>
</html>