1
0
Fork 0

Adds index.html placeholder

Probably need an index page for Github Pages to build.
Esse commit está contido em:
Andrew Senetar 2013-05-30 10:28:09 -04:00
commit 221f3c2ab7
1 arquivos alterados com 18 adições e 0 exclusões

18
index.html Normal file
Ver arquivo

@ -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>