-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 865 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#fff" name="theme-color"/>
<meta content="The classic card game for everyone!" name="description"/>
<meta content="UNO, game, play, online, multiplayer, free" name="keywords">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<link href="%PUBLIC_URL%/manifest.json" rel="manifest">
<link href="%PUBLIC_URL%/favicon.ico" rel="shortcut icon">
<link href="%PUBLIC_URL%/apple-touch-icon.png" rel="apple-touch-icon">
<meta content="klydra (Jan Klinge), FluVacc (Justin Lippold)" name="author">
<title>108.cards</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>