Adds mockup skeleton HTML file.

This commit is contained in:
Dominik Picheta 2018-05-07 18:53:31 +01:00
commit 86a7280585

19
redesign/index.html Normal file
View file

@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Nim programming language forum</title>
<link rel="stylesheet" href="nimforum.css">
<link rel="icon" href="images/favicon.png">
</head>
<body>
</body>
</html>