-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.html
More file actions
41 lines (35 loc) · 1.78 KB
/
temp.html
File metadata and controls
41 lines (35 loc) · 1.78 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="resources/spiderman-pixelart.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Parse Mancolista</title>
</head>
<h1>Parse Mancolista</h1>
<div class="form-container">
<form class="add-mags">
<div class="form-title">Aggiungi Mancolista</div>
<textarea name="" id="c" cols="30" rows="10"></textarea>
<!-- <input type="text" class="input50" id="mag-name" placeholder="Testata...">
<input type="number" class="input50 " id="mag-amount" placeholder="Numero copie..." min="1" max="999"> -->
<button type="button" class="bigbutton" id="import">Importa Lista</button>
</form>
<!-- <form action="" class="add-mancolista"> -->
<!-- <p><label for="add-mancolista">O Aggiungi una mancolista:</label></p>
<textarea name="mancolista-area" id="mancolista-area" cols="30" rows="2"
placeholder="Diabolik II mancanti 1-2-3-4-5-6-7..."></textarea> -->
<!-- </form> -->
</div>
<!-- temp goes here -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>