profilpage/public/s/index.html
2021-09-12 10:40:50 +02:00

86 lines
2.5 KiB
HTML

<html lang="de">
<head>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="../dist/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Blog - ITbyHF | Profilpage</title>
<meta charset="UTF-8"/>
<link rel="icon" type="image/png" href="https://cdn.a-hoefler.eu/resources/img/logo-min.png" sizes="1000x1000">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/languages/go.min.js"></script>
</head>
<body onload="loaded()">
<div id="loader-wr">
<div id="loader">
<p id="loading">Lade</p>
<div class="loader-spinner spinner-border text-info" id="loading-circle">
<span class="sr-only"></span>
</div>
</div>
</div>
<div class="header" id="header">
<div class="start-bg-logo">
<navbarwr id="navbar_wr"></navbarwr>
<div class="start-bg-text">
<p id="postTitle"></p>
</div>
</div>
<div class="stage">
<a id="mouse" href="#content"></a>
</div>
</div>
<div class="content" id="content">
<h2 id="postTitle2"></h2>
<p id="postSummary"></p><br>
<p id="postText"></p>
</div>
<!--END .content-->
<!-- START Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert">
<span>
&#x1F36A; Um die Experience zu verbessern, werden Cookies verwendet.
</span>
<a href="https://de.wikipedia.org/wiki/HTTP-Cookie" target="_blank"
>Mehr</a
>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
&times;
</button>
</div>
<!-- END Cookie-Alert -->
<div id="bottom"></div>
<script>
const page = "blogPost";
</script>
<script src="../dist/jquery.js"></script>
<script src="../dist/index.js"></script>
<script src="https://s3.itbyhf.xyz/cdn/apps/gfdgp3t123d/cookie.js"></script>
<script src="https://s3.itbyhf.xyz/cdn/apps/gfdgp3t123d/bootstrap.min.js"></script>
<style>
.header, .content {
display: none;
}
</style>
<script src="../templates/loader.js"></script>
</body>
</html>