-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathminimal.html
More file actions
28 lines (27 loc) · 949 Bytes
/
minimal.html
File metadata and controls
28 lines (27 loc) · 949 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
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- This site is responsive. Use full screen width. -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Create title for browser tabs & Favorites -->
<title>Spectre.css minimal template</title>
<meta name="description" content="Spectre.css minimal template">
<meta name="keywords" content="spectre.css, free html template">
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css" />
</head>
<body>
<header class="navbar">
<!-- Logo on the left -->
<div class="navbar-primary">
<a href="#" class="navbar-brand mr-10">Project name</a>
<a href="#" class="btn btn-link selected">Home</a>
<a href="#" class="btn btn-link">About</a>
<a href="#" class="btn btn-link">Contact</a>
</div>
</header><!-- .navbar -->
<div class="container">
<h1>Spectre.css minimal template</h1>
<h2></h2>
</div>
</body>