-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.3 KB
/
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
<!DOCTYPE html>
<html lang="en" style="background-color: #282c34;">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#000000"/>
<link rel="shortcut icon" type="image/ico" href="/src/assets/Pick%20an%20IT%20Guy%20ICON.png"/>
<title>Pick an IT Guy</title>
<meta name="title" content="Pick an IT Guy">
<meta name="description"
content="Fortune wheel to choose a candidate for routinary tasks that keeps the outliers constrained">
<meta name="keywords" content="wheelofnames,wheel,names,fortune,balanced">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta property="og:title" content="Pick an IT Guy">
<meta property="og:site_name" content="Pick an IT Guy">
<meta property="og:url" content="https://pickanitguy.francesc.org/">
<meta property="og:description"
content="Fortune wheel to choose a candidate for routinary tasks that keeps the outliers constrained">
<meta property="og:type" content=website>
<meta property="og:image" content=https://pickanitguy.francesc.org/assets/Pick%20an%20IT%20Guy-DYn30Bno.webp>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>