-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
32 lines (30 loc) · 1.03 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
<!--
Project: Spideko - Your little helper in catching bugs;
Description: This HTML is provided solely as a placeholder and demonstration of how
the WebDev Spider Bug Finder script can be included and used on a webpage.
It is not a critical part of the project and is intended for testing, experimentation,
or illustrative purposes only.
Author: Kamil BuriXon Burek
Version: 2026.1.1
License: GNU General Public License v3.0 (GPLv3)
Copyright (c) 2026 Kamil. All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.
-->
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spideko - usage example</title>
<style>
body {
background: #353535;
}
</style>
</head>
<body>
<script src="./spideko.js"></script>
</body>
</html>