-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathuserManualSlides.html
More file actions
35 lines (32 loc) · 1.06 KB
/
userManualSlides.html
File metadata and controls
35 lines (32 loc) · 1.06 KB
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tizen basic template generated by Tizen Web IDE" />
<title>PoC - Web - Voice Interaction Content Search</title>
<link rel="stylesheet" type="text/css" href="css/userManual.css">
</head>
<body>
<header class="header">
<div class="headerTitle">
<img src="images/handbook-white.png" alt="user manual image" width="70px">
<h1 class="manualTitle">User Manual</h1>
</div>
</header>
<main>
<section id="slidesDiv" class="carousel">
<div id="carousel-slides" class="carousel-slides">
<!-- <div class="slide">
</div> -->
</div>
<div class="counter">
<span id="current-slide"></span>/<span id="total-slides"></span>
</div>
<button type="button" class="prev-btn">‹</button>
<button type="button" class="next-btn">›</button>
</section>
</main>
</body>
<script src="js/userManualSlides.js"></script>
</html>