-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.64 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.64 KB
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 class="scroll-smooth h-full" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://github.com/QCDLab.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
<title>QCDLab Organization</title>
<meta name="description" content="Official website of the QCDLab Organization.">
<meta name="image" content="https://github.com/QCDLab.png">
<meta name="language" content="en-US">
<meta name="author" content="QCDLab Team">
<meta name="url" content="https://qcdlab.github.io/webpage/">
<meta name="identifier-URL" content="https://qcdlab.github.io/webpage/">
<meta name="keywords" content="qcd, qcdlab, particle physics, pineapfel, neopdf, mchep">
<meta name="twitter:title" content="QCDLab Organization">
<meta name="twitter:description" content="Official website of the QCDLab Organization.">
<meta name="twitter:image" content="https://github.com/QCDLab.png">
<meta property="og:title" content="QCDLab Organization">
<meta property="og:description" content="Official website of the QCDLab Organization.">
<meta property="og:image" content="https://github.com/QCDLab.png" />
<meta property="og:url" content="https://qcdlab.github.io/webpage/">
<meta property="og:site_name" content="QCDLab Organization">
<meta property="og:type" content="website">
</head>
<body class="h-full">
<div id="app" class="min-h-screen flex flex-col"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>