Skip to content

Commit 48dba52

Browse files
committed
Update Index.html
1 parent 2354602 commit 48dba52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
.hidden {
1818
display: none;
1919
}
20+
.signature {
21+
margin-top: 20px;
22+
font-style: italic;
23+
text-align: center;
24+
}
2025
</style>
2126
</head>
2227
<body>
@@ -42,6 +47,8 @@ <h3>Sanitized Mods:</h3>
4247

4348
<button onclick="downloadOutput()">Save List</button>
4449

50+
<div class="signature">Developed by Waldo</div>
51+
4552
<script>
4653
let extractedData = [];
4754
let sanitizedMods = [];

0 commit comments

Comments
 (0)