-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsigils.html
More file actions
94 lines (87 loc) · 2.75 KB
/
sigils.html
File metadata and controls
94 lines (87 loc) · 2.75 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
}
body {
background-color: #1e1e1e;
color: #d4d4d4;
font-family: 'Courier New', Courier, monospace;
padding: 20px;
display: block;
text-align: center;
}
pre {
background-color: #0e0000;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
border: solid lightgreen 5px;
}
code {
font-family: 'Courier New', Courier, monospace;
font-size: 16px;
line-height: 1.5;
color: greenyellow;
}
*{
border solid red 5px;
}
</style>
<title>Sigil Symbolic Document</title>
</head>
<body>
<div class="container">
<h1>welcome to sigil mapper</h1>
<p>
This document showcases a variety of sigil combinations using special characters.
Each line represents a unique combination of symbols, demonstrating the versatility and creativity
</p>
<h3>Table of Contents</h3>
<p>
<a href="#created-by">Created by</a>
<a href="#contact">Contact</a>
<a href="#license">License</a>
<a href="#disclaimer">Disclaimer</a>
<a href="#version">Version</a>
<a href="#author">Author</a>
<a href="#source">Source</a>
<a href="#contributors">Contributors</a>
<a href="#last-updated">Last Updated</a>
<a href="#repository">Repository</a>
</p>
</div>
<pre>
<marquee behavior="scroll" direction="left">Welcome to Sigil Mapper</marquee>
<code>
' ! @ # $ % ^ & * ( !)',
'!! !@ !# !$ !% !^ !& !* !( @)',
'@! @@ @# @$ @% @^ @& @* @( #)',
'#! #@ ## #$ #% #^ #& #* #( $)',
'$! $@ $# $$ $% $^ $& $* $( %)',
'%! %@ %# %$ %% %^ %& %* %( ^)',
'^! ^@ ^# ^$ ^% ^^ ^& ^* ^( &)',
'&! &@ &# &$ &% &^ && &* &( *)',
'*! *@ *# *$ *% *^ *& ** *( ()',
'(! (@ (# ($ (% (^ (& (* (( !))'.
</code>
</pre>
<footer>
<p>Created by [Cody Bunnell]</p>
<p>Contact: [opencode411@gmail.com]</p>
<p>License: MIT</p>
<p>Disclaimer: This document is for educational purposes only.</p>
<p>Version: 1.0</p>
<p>Author: [Cody Bunnell]</p>
<p>Source: [x.com/coderad32]</p>
<p>Contributors: [Cody Bunnell]</p>
<p>Last Updated: [Fri Aug 22 20:59:32 PDT 2025]</p>
<p>Repository: [github.com/coderad32]</p>
<p>All rights reserved. 2025</p>
</footer>
</body>
</html>