mirror of
https://github.com/Expand-sys/goenemy
synced 2025-12-16 14:02:24 +11:00
35 lines
No EOL
1.2 KiB
HTML
35 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html class="no-js">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Enemy Felled</title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css" />
|
|
<script src="/js/script.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/uuid/8.1.0/uuidv4.min.js"></script>
|
|
|
|
<body>
|
|
<img src="/enemyfelled.png" /></marquee>
|
|
|
|
<form id=upload enctype="multipart/form-data">
|
|
<h2>a dumb lil elden ring generator i made (ALPHA)</h2>
|
|
<input type="file" name="file" required></br></br>
|
|
<h3>Enter your text</h3>
|
|
<input type="text" name="text" id="text" required>
|
|
</form>
|
|
<center><button type=submit onclick=butts() class="btn btn-primary">Upload</button></center>
|
|
<center>
|
|
<h4>More options coming soon same with some styling to make it not look like another of my projects</h4>
|
|
</center>
|
|
<div class="mention">
|
|
<center>
|
|
<p>Big thanks to</p>
|
|
<a href="https://TAWAN475.dev/eldenring">tawan475.dev</a></marquee>
|
|
<p>btw web design is my passion</p>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |