-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (46 loc) · 1.99 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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>File Metadata | Bilal cagiran</title>
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="File Metadata | Bilal Cagiran">
<meta name="author" content="extwiii">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet prefetch" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div class="container-fluid">
<img src="https://avatars1.githubusercontent.com/u/2933560?v=3&s=120" alt="Logo" />
<p>
<a href="mailto:bcagiran@hotmail.com">
<i class="fa fa-envelope fa-fw"></i>
</a>
<a href="https://github.com/extwiii/" target="_blank">
<i class="fa fa-github fa-fw"></i>
</a>
<a href="https://linkedin.com/in/bilalcagiran" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="http://codepen.io/extwiii/" target="_blank">
<i class="fa fa-codepen"></i>
</a>
<a href="http://bilalcagiran.com" target="_blank">
<i class="fa fa-wordpress"></i>
</a>
<a href="https://www.freecodecamp.com/extwiii" target="_blank">
(<i class="fa fa-fire fa-fw"></i>)
</a></p>Created by Bilal Cagiran
<h1 class="header">File Metadata </h1>
<form action="/metadata" method="post" enctype="multipart/form-data">
<input name="file" type="file">
<input type="submit">
</form>
</body>
</html>