-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
35 lines (29 loc) · 924 Bytes
/
notes.html
File metadata and controls
35 lines (29 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title>Notes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/@shower/material/styles/styles.css">
<style>
.shower {
--slide-ratio: calc(3 / 4);
}
</style>
</head>
<body class="shower list">
<header class="caption">
<h1>Notes for Presentation</h1>
<p>IT-Beratung & Service SG.</p>
</header>
<section class="slide">
<!-- Create your first slide -->
</section>
<footer class="badge">
<a href="https://github.com/onlineCodes/corporateSoftwareNotes">Fork me on GitHub</a>
</footer>
<div class="progress"></div>
<script src="node_modules/@shower/core/dist/shower.js"></script>
<!-- https://github.com/shower/shower -->
</body>
</html>