-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (24 loc) · 891 Bytes
/
index.html
File metadata and controls
33 lines (24 loc) · 891 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
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Slide</title>
<script src="https://use.fontawesome.com/5d94f14b4e.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
</head>
<body>
<img src="css/img.gif" />
<h1 style ="margin-top: -158px;" >My Slide</h1>
<div>
<button onclick="createDiv()">New Text box</button>
<p><input type="file" accept="image/*" name="image" id="file" onchange="loadFile(event)"></p>
<p><label for="file" id="img">Upload Image</label></p>
<div id="main">
</div>
</div>
<script src="src/index.js"></script>
<script src="https://cdn.ckeditor.com/4.10.1/standard/ckeditor.js"></script>
</body>
</html>