-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (20 loc) · 974 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/icon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index">
<meta name="keywords" content="network graph, graph uz, netgraph uz, bobomurod netgraph, west, west graph, university graph, networking, tanish, bilish, tanish graph, bis west, вест, нетграф, знакомые, знакомые граф, таблица знакомых вест">
<meta name="description" content="Visualization website of my university's networking">
<meta name="author" content="Bobomurod">
<meta http-equiv="Content-Language" content="en">
<meta name="geo.placename" content="Ташкент">
<meta name="revisit-after" content="7 days">
<title>University Network</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>