-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.07 KB
/
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>
<head>
<meta charset="utf-8">
<title>test json</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/assets/css/materialize.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="/assets/css/style.css">
<script type="text/javascript" src="/assets/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="/assets/js/xlsx.full.min.js"></script>
</head>
<body>
<div class="headline">
כותרת
</div>
<form>
<input title= " " type="file" id="my_file_input" accept=".xlsx">
<div id='my_file_output'></div>
</form>
<div id='my_file_output'></div>
</body>
<script type="text/javascript" src="/assets/js/main.js"></script>
</html>