-
Notifications
You must be signed in to change notification settings - Fork 0
/
19.html
27 lines (26 loc) · 798 Bytes
/
19.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Create your own bootstrap</title>
<link rel="stylesheet" href="css/components.min.css">
<link rel="stylesheet" href="css/preso.css">
</head>
<body>
<header class="k-header">
<div class="k-wrapper">
<h1><a class="k-headline" href="1.html">Matching styles to design</a></h1>
</div>
</header>
<div class="k-content">
<div class="full-height k-center">
<header>
<h2 class="k-display">TEF Components</h2>
<a href="https://github.com/tef-components/docs">https://github.com/tef-components/docs</a>
</header>
<img src="images/multibrand.png" width="100%">
</div>
</div>
<script src="js/scripts.js"></script>
</body>
</html>