15 lines
470 B
HTML
15 lines
470 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<link rel="shortcut icon" type="image/png" href="static/icon192.png">
|
|
<title>cyclassist</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|