-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
25 lines (24 loc) · 878 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
<!DOCTYPE html>
<html>
<head>
<title>DUBii - Unix 4</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="css/callout.css" media="screen">
<link rel="stylesheet" href="css/theme.css" media="screen">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
ratio: '16:9',
countIncrementalSlides: false,
sourceUrl: 'slides.md'
});
</script>
</body>
</html>