-
Notifications
You must be signed in to change notification settings - Fork 0
/
creat_new.html
93 lines (92 loc) · 3.1 KB
/
creat_new.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CREATE NEW</title>
<link rel="stylesheet" href="css/bootstrap.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/creat_new.css" />
<link rel="icon" href="img/favicon.png" type="image/gif" sizes="16x16" />
</head>
<body class="bg">
<div class="fill"></div>
<div class="fill"></div>
<section>
<div class="container">
<div class="main">
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1"></div>
<div class="col-lg-1">
<br /><a href="index.html"
><img class="cross" src="img/cross.png" width="25px;" alt=""
/></a>
</div>
<div class="col-lg-1"></div>
</div>
<br />
<div class="text-center">
<h2 class="head">create now</h2>
<br />
<input
class="name"
type="text"
name=""
placeholder="Name"
value=""
/><br /><br />
<input
class="name"
type="text"
name=""
placeholder="Artist Name"
value=""
/><br /><br />
<label for="myfile">Upload your photo click here:</label>
<input type="file" id="myfile" name="myfile" /> <br />
<br />
<input
class="namee"
type="details"
name=""
placeholder="Description"
value=""
/><br /><br />
<div class="btn">Submit</div>
<div class="col-md-12 p-3">
<span class="custom-checkbox">
<input type="checkbox" name="agree" />
<span class="box"
><span class="icon icon_checkmark"></span
></span>
</span>
<label style="color: #3f3f3f" for="accept"
>Send me emails about daily updates
</label>
</div>
</div>
</div>
</div>
</section>
<div class="fill"></div>
<div class="fill"></div>
<!-- JS FILES -->
<script src="js/jquery.slim.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>