-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 815 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>cpr - C++ Requests</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/node_modules/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="/node_modules/reveal.js/dist/theme/dracula.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="/styles/dracula.css">
<!-- Customization -->
<link rel="stylesheet" href="/styles/styles.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="/content/slides.md"
data-separator-notes="^Note:"
data-background-gradient="radial-gradient( circle farthest-corner at 10% 20%, rgba(30,2,83,1) 0%, rgba(103,56,96,1)">
<textarea data-template>
</textarea>
</section>
<script type="module" src="main.js"></script>
</body>
</html>