-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcome-cards.html
39 lines (32 loc) · 1.13 KB
/
welcome-cards.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
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<!-- Basic page info -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Innova Login Screen</title>
<!-- Website icon -->
<link rel="icon" type="image/png" href="http://placehold.it/20x20">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="http://placehold.it/200x200">
<!-- CSS includes -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>test
<header class="site-header">
<div class="container-lg">
<h1 class="mb-0">Header content placed Here</h1>
</div>
</header>
<div class="main-page">
<div class="container">
<div class="page-content">
<h2>Page content placed Here</h2>
</div>
</div>
</div>
<!-- JavaScript includes -->
<script src="assets/js/app.js"></script>
</body>
</html>