Updated Readme + Created index.html file

This commit is contained in:
2019-07-28 19:00:23 +01:00
parent 9bd2336c95
commit 586a80a5fc
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,5 @@
# gyk-ar # gyk-ar
Date: 2019-08-05
GYK about AR. Just taking a brief look at ar on the web

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>