newtab page

This commit is contained in:
Ben Harris 2018-02-14 12:30:31 -05:00
parent e74655868b
commit b3f013d67e
1 changed files with 25 additions and 0 deletions

25
newtab/index.php Normal file
View File

@ -0,0 +1,25 @@
<!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>newtab</title>
<link rel="stylesheet" href="/css/hacker.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>new tab</h1>
</div>
</div>
</body>
</html>