-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 884 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
30
31
32
33
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta property="og:url" content="https://kdingn.github.io/news-page/" />
<link
rel="icon"
type="image/x-icon"
href="https://raw.githubusercontent.com/kdingn/news-page/main/src/assets/favicon.ico"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/kdingn/news-page/main/src/assets/ogpimage.png"
/>
<meta
property="og:description"
content="AI news links based on research papers"
/>
<meta name="description" content="AI news links based on research papers" />
<meta property="og:title" content="AI NEWS LINKS" />
<title>AI NEWS LINKS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<style scoped>
body {
margin: 0;
}
</style>