40 lines
900 B
HTML
40 lines
900 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>Hesla</title>
|
|
|
|
<link rel="stylesheet" href="/reveal.js/dist/reveal.css">
|
|
<link rel="stylesheet" href="/reveal.js/dist/theme/black.css">
|
|
|
|
<style>
|
|
|
|
.dimbg .backgrounds {
|
|
-webkit-filter: blur(3px) saturate(.5) brightness(.6);
|
|
-moz-filter: blur(3px) saturate(.7) brightness(.6);
|
|
-o-filter: blur(3px) saturate(.7) brightness(.6);
|
|
-ms-filter: blur(3px) saturate(.7) brightness(.6);
|
|
filter: blur(3px) saturate(.7) brightness(.6);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
<section>
|
|
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/reveal.js/dist/reveal.js"></script>
|
|
|
|
<script>
|
|
|
|
Reveal.initialize({"hash":true});
|
|
</script>
|
|
</body>
|
|
</html>
|