add test html page

This commit is contained in:
Luke Murphy 2016-02-10 21:54:08 +01:00
parent 232f35eca4
commit d3c43ed3d4

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Touch it.</title>
</head>
<body>
Pump it up.
</body>
</html>