Adds index.html placeholder

Probably need an index page for Github Pages to build.
This commit is contained in:
Andrew Senetar 2013-05-30 10:28:09 -04:00
父節點 0588986289
當前提交 221f3c2ab7
共有 1 個文件被更改,包括 18 次插入0 次删除

18
index.html Normal file
查看文件

@ -0,0 +1,18 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en" > <!--<![endif]-->
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Andrew Senetar" />
<!-- title -->
<title>VoltaicIdeas</title>
</head>
<body>
<h1>PlaceHolder</h1>
</body>
</html>