Initial commit
This commit is contained in:
18
check/index.html
Normal file
18
check/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
||||
|
||||
<title>JVON Checker</title>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body onload="initialize();">
|
||||
|
||||
<div id="drop_zone">Arrastre los archivos de JVON aquí</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user