forked from vgaNAR6ta/drags-and-nerds
Creation de la base du glitcher
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="glitcher.css">
|
||||
<title>Drags&Nerds Glitcher</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form id="glitcher-form">
|
||||
<div id="welcome-panel">
|
||||
<h1>Glitcher</h1>
|
||||
<p>Séléctionne un photo pour la glitcher</p>
|
||||
|
||||
<input type="file" name="image" accept="image/jpg, image/jpeg,image/png,image/webp" />
|
||||
</div>
|
||||
<div id="glitch-panel">
|
||||
<canvas id="ui-canvas"></canvas>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script type="module" src="glitcher.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user