-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 718 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<!--
Copyright (C) - All Rights Reserved
Written by Noah Mattia Bussinger, January 2024
-->
<html>
<head>
<meta charset="UTF-8" />
<meta name="application-name" content="Virtual Geometry" />
<meta name="author" content="Noah Mattia Bussinger" />
<!-- prettier-ignore -->
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Virtual Geometry</title>
<link type="text/css" href="style.css" rel="stylesheet" />
<script type="module" src="build/src/index.js"></script>
</head>
<body></body>
</html>