38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Oqtane</title>
|
|
<base href="/" />
|
|
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="css/site.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<app>
|
|
<div>
|
|
<img src="oqtane.png" style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);" />
|
|
</div>
|
|
</app>
|
|
|
|
<script src="js/site.js"></script>
|
|
<script src="js/interop.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
|
|
|
|
<script id="blazor"></script>
|
|
<script>
|
|
var src = "_framework/blazor.webassembly.js";
|
|
var blazor = getCookie("blazor");
|
|
if (blazor === "server") {
|
|
src = "_framework/components.server.js";
|
|
}
|
|
document.getElementById("blazor").src = src;
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|