Compare commits
No commits in common. "dc256fa77f5053d46fe666b1f4e5804499eb89d0" and "e50ca479d9862695982f5f2cb9ff08d2c43fbb11" have entirely different histories.
dc256fa77f
...
e50ca479d9
5 changed files with 0 additions and 8 deletions
2
index.js
2
index.js
|
@ -177,14 +177,12 @@ function format(seconds){
|
|||
}
|
||||
app.use(cookieCheck);
|
||||
app.use("/styles", express.static(dir + "styles"));
|
||||
app.use("/.well-known", express.static(dir + ".well-known"));
|
||||
app.use("/audio", express.static(dir + "audio"));
|
||||
app.use("/video", express.static(dir + "videos"));
|
||||
app.use("/scripts", express.static(dir + "scripts"));
|
||||
app.use("/fonts", express.static(dir + "fonts"));
|
||||
app.use("/icons", express.static(dir + "icons"));
|
||||
app.use("/favicon.ico", express.static(dir + "icons/favicon.ico"))
|
||||
app.use("/errors/502", express.static(dir + "errors/502.html"))
|
||||
app.use("/images", express.static(dir + "images"));
|
||||
/*
|
||||
app.get("/images/:filename", function(req, res, next) {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
did:plc:nvhzojhls2cjo7vgevi62cp6
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 996 B |
|
@ -25,11 +25,6 @@
|
|||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class=center>
|
||||
<h5 class="force-color">My profile pictures</h5>
|
||||
<label for="new-design" class="force-color">Newer handdrawn design, based on a VRChat avatar</label><br/>
|
||||
<img alt='New handdrawn design' id="new-design" src="/images/pfps/new-design.png" class="cyan center-fit"><br/>
|
||||
<label for="old-design" class="force-color">Older handdrawn design</label><br/>
|
||||
<img alt='Old handdrawn design' id="old-design" src="/images/pfps/old-design.png" class="cyan center-fit"><br/><br/><br/>
|
||||
<h5 class="force-color">AI PFPs, used to be used everywhere</h5><br/><br/>
|
||||
<label for="offical" class="force-color">PFP used on "Offical" Replit sites</label><br/>
|
||||
<img alt='"Offical" PFP' id="offical" src="/images/pfps/offical.jpg" class="cyan center-fit"><br/>
|
||||
<label for="unoffical" class="force-color">PFP used on Forum sites</label><br/>
|
||||
|
|
Loading…
Reference in a new issue