karl/view/public/index.html

23 lines
559 B
HTML
Raw Normal View History

2021-03-09 01:13:42 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Karls Analyzer</title>
2021-03-10 01:20:22 +01:00
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='build/bundle.css'>
2021-03-09 01:13:42 +01:00
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
2021-03-10 01:20:22 +01:00
<script defer src='build/bundle.js'></script>
2021-03-09 01:13:42 +01:00
</head>
<body>
</body>
</html>