forked from Job-madi/moodifier-html-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (29 loc) · 903 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Moodifier</title>
<link rel="stylesheet" href="styles.css">
<script src="index.js" charset="utf-8"></script>
</head>
<body class="bodyindex">
<div class="title-header">
<center>
<img src="title_header.png" alt="" class="header-image">
<div class="title">
</div>
</center>
<img src="https://i.ibb.co/xJ2Pb6q/1615724143980.png" alt="" height="150px">
<br><br><br>
<img src="https://i.ibb.co/p1vHpF3/1615722091730.png" alt="" height="400px">
</div>
<center>
<form action="{{url_for('after')}}" method="POST" enctype="multipart/form-data" class="form1">
<input type="file" name="file1" class="file1">
<input type="submit" name="btn" class="file1">
</form>
</center>
</div>
</div>
</body>
</html>