diff options
author | Dennis Eriksen <d@ennis.no> | 2018-08-05 16:41:02 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2018-08-05 16:41:02 +0200 |
commit | a2b0e780406419caed70d815bec745b6962591a3 (patch) | |
tree | 38753233ca13881085e531a55d98144d0269e1d8 /layouts/index.html | |
parent | Initial commit (diff) | |
download | rikerz-a2b0e780406419caed70d815bec745b6962591a3.tar.gz |
sample index with html5boilerplate
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index e69de29..c4ac96a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -0,0 +1,20 @@ +<!doctype html> +<html class="no-js" lang=""> + +<head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title></title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + + <link rel="stylesheet" href="css/normalize.css"> + <link rel="stylesheet" href="css/main.css"> +</head> + +<body> + <p>Hello world! This is HTML5 Boilerplate.</p> + +</body> + +</html> |