yes this is a reup i'm sorry i'm learning
at master 35 lines 1.1 kB view raw
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <meta charset="utf-8"> 6 <title>FIL....TERS...?</title> 7 <meta name="description" content="continuing the filter saga"> 8 <link rel="stylesheet" type="text/css" href="style.css"> 9 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> 10</head> 11 12<body> 13 <div class="container"> 14 <h2>this is like the third time i've done this in my life now</h2> 15 <input type="file" id="upload" accept="image/*"> 16 <br> 17 <canvas id="canvas"></canvas> 18 <br> 19 <button id="resetBtn">Reset</button> 20 <button id="BlastBtn">Blast Off</button> 21 <button onclick="applyRNG()">Mitzi Mode</button> 22 <button onclick="applyOhNo()">OhNo Mode</button> 23 <button onclick="applyOhYes()">OhYes Mode</button> 24 <br> 25 <br> 26 <button onclick="applyBruh()">Bruh Mode</button> 27 <button onclick="applyCute()">Cute Mode</button> 28 <button onclick="applyActualMitziMode()">Actual Mitzi Mode</button> 29 <button onclick="applyNoise()">Get Grainy</button> 30 <button onclick="downloadImage()">Download</button> 31 </div> 32 <script src="script.js"></script> 33</body> 34 35</html>