2021-05-19 17:21:51 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
2021-05-19 17:48:02 -05:00
|
|
|
<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">
|
2021-05-19 17:44:18 -05:00
|
|
|
|
2022-02-27 14:24:48 -06:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
2022-06-26 15:22:22 -05:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
|
|
<link rel="alternate icon" type="image/png" sizes="48x48" href="/favicon.ico">
|
2024-03-17 10:45:17 -05:00
|
|
|
<link rel="mask-icon" href="/favicon.svg" color="#2E3440">
|
2022-06-26 15:22:22 -05:00
|
|
|
<meta name="theme-color" content="#2E3440">
|
2022-02-27 14:24:48 -06:00
|
|
|
|
2022-06-25 22:34:18 -05:00
|
|
|
<title>Profectus</title>
|
2022-06-26 15:22:22 -05:00
|
|
|
<meta name="description" content="A project made in Profectus"/>
|
2021-05-19 17:44:18 -05:00
|
|
|
|
2021-05-19 17:48:02 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
2022-06-25 22:34:18 -05:00
|
|
|
<strong>We're sorry but Profectus doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
2021-05-19 17:48:02 -05:00
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
2022-06-25 22:34:18 -05:00
|
|
|
<script type="module" src="./src/main.ts"></script>
|
2021-05-19 17:48:02 -05:00
|
|
|
</body>
|
2021-05-19 17:21:51 -05:00
|
|
|
</html>
|