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-16 16:40:33 +01:00
|
|
|
<link rel='icon' type='image/svg' href='favicon.svg'>
|
2021-03-10 01:20:22 +01:00
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
|
|
<link rel='stylesheet' href='global.css'>
|
2021-03-12 18:47:53 +01:00
|
|
|
<link rel='stylesheet' href='build/main.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-12 18:47:53 +01:00
|
|
|
<script defer src='build/main.js'></script>
|
2021-03-09 01:13:42 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|