header
This commit is contained in:
parent
746058a6d3
commit
4a56cda040
3
main.go
3
main.go
@ -253,6 +253,9 @@ func main() {
|
|||||||
r.HandleFunc("/fist.ico", func(w http.ResponseWriter, r *http.Request) {
|
r.HandleFunc("/fist.ico", func(w http.ResponseWriter, r *http.Request) {
|
||||||
http.ServeFile(w, r, conf.Webroot+"/fist.ico")
|
http.ServeFile(w, r, conf.Webroot+"/fist.ico")
|
||||||
}).Methods("GET")
|
}).Methods("GET")
|
||||||
|
r.HandleFunc("/header.png", func(w http.ResponseWriter, r *http.Request) {
|
||||||
|
http.ServeFile(w, r, conf.Webroot+"/header.png")
|
||||||
|
}).Methods("GET")
|
||||||
http.Handle("/", r)
|
http.Handle("/", r)
|
||||||
|
|
||||||
go Cull()
|
go Cull()
|
||||||
|
BIN
www/header.png
Normal file
BIN
www/header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
@ -121,8 +121,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- <img src="fist.png" width="280px" alt="supernets"> -->
|
<img src="header.png" width="50%" alt="supernets" style="margin-top: 10rem;">
|
||||||
<h1 class="hf" style=" color: #660000; font-weight: 800; font-family: 'Black Ops One', cursive; margin-bottom: 0 !important; margin-top: 5rem !important;">HARDFILES</h1>
|
<!-- <h1 class="hf" style=" color: #660000; font-weight: 800; font-family: 'Black Ops One', cursive; margin-bottom: 0 !important; margin-top: 5rem !important;">HARDFILES</h1> -->
|
||||||
<h2 style="font-size: 1em; color: #ffffff; font-weight: 200;">curl -F file=@example.png https://hardfiles.org/</h1>
|
<h2 style="font-size: 1em; color: #ffffff; font-weight: 200;">curl -F file=@example.png https://hardfiles.org/</h1>
|
||||||
<form method="POST" class="subform" enctype="multipart/form-data">
|
<form method="POST" class="subform" enctype="multipart/form-data">
|
||||||
<div class="file-upload" style="display: flex; justify-content: center; width: 25rem;">
|
<div class="file-upload" style="display: flex; justify-content: center; width: 25rem;">
|
||||||
|
Loading…
Reference in New Issue
Block a user