Initial commit
This commit is contained in:
45
public/favicon.svg
Normal file
45
public/favicon.svg
Normal file
@@ -0,0 +1,45 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64"
|
||||
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="CProof favicon">
|
||||
<defs>
|
||||
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
|
||||
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#39ff7f" flood-opacity="0.9"/>
|
||||
<feDropShadow dx="0" dy="0" stdDeviation="5" flood-color="#39ff7f" flood-opacity="0.6"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<style>
|
||||
text {
|
||||
font-family: "Courier New", monospace;
|
||||
user-select: none;
|
||||
}
|
||||
.prompt {
|
||||
fill: #00ff00;
|
||||
font-size: 14px;
|
||||
}
|
||||
.c {
|
||||
fill: #cccccc;
|
||||
font-size: 9px;
|
||||
dominant-baseline: middle;
|
||||
}
|
||||
.p {
|
||||
fill: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
}
|
||||
circle {
|
||||
fill: none;
|
||||
stroke: #39ff7f;
|
||||
stroke-width: 1.2;
|
||||
filter: url(#glow);
|
||||
}
|
||||
</style>
|
||||
|
||||
<circle cx="32" cy="32" r="30" />
|
||||
|
||||
<text x="8" y="34" class="prompt">~></text>
|
||||
|
||||
<!-- Centered P -->
|
||||
<text x="32" y="40" class="p" text-anchor="middle">P</text>
|
||||
|
||||
<!-- Subscript C -->
|
||||
<text x="18" y="38" class="c">C</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Reference in New Issue
Block a user