This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spellsaurus/client/public/index.html
BlackMageMathos 0804eb5ec3 C'est tellement compliqué.
:^)
2020-06-02 18:23:08 +02:00

23 lines
923 B
HTML

<!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 %>img/favicon.ico">
<title>Spellsaurus</title>
<link rel="stylesheet" href="<%= BASE_URL %>libs/bootstrap.min.css">
<script src="<%= BASE_URL %>libs/jquery-3.3.1.min.js"></script>
<script src="<%= BASE_URL %>libs/popper.min.js"></script>
<script src="<%= BASE_URL %>libs/bootstrap.min.js"></script>
<link rel="stylesheet" href="<%= BASE_URL %>libs/style.css">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="srs"></div>
<!-- built files will be auto injected -->
</body>
</html>