-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
23 lines (23 loc) · 914 Bytes
/
project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<script type="module" src="/src/index.tsx"></script>
<link rel="apple-touch-icon" href="/logo192.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<title>Ultreon Studios</title>
</head>
<body>
<noscript>You need to enable JavaScript to open this site.</noscript>
<div id="root"></div>
</body>
</html>