rubberguppe/web/public/index.html

26 lines
1.1 KiB
HTML
Raw Normal View History

2019-10-03 01:54:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
2022-11-07 01:35:59 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest">
<link rel="stylesheet" href="<%= BASE_URL %>w3.css">
2019-10-14 00:25:07 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
2019-11-18 01:43:54 +00:00
<link rel="stylesheet" href="<%= BASE_URL %>fontawesome/all.min.css">
2022-11-08 02:44:37 +00:00
<title>Guppe Groups</title>
2019-10-03 01:54:16 +00:00
</head>
<body>
<noscript>
<strong>We're sorry but web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>