-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (22 loc) · 810 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="author" content="DaLae37">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:image:width" content="">
<meta property="og:image:height" content="">
<meta property="og:locale" content="ko_KR">
<title>DL-Engine-WebGPU</title>
<link rel="stylesheet" type="text/css" href="Framework/CSS/style.css">
<script defer type="module" src="Framework/JavaScript/main.js"></script>
</head>
<body>
</body>
</html>