mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Compare commits
1 Commits
glitch
...
fd290598c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd290598c1 |
@@ -604,6 +604,7 @@ nav {
|
|||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
margin-left:-5px;
|
margin-left:-5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
font-size:0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(textarea) {
|
:not(textarea) {
|
||||||
@@ -676,7 +677,6 @@ nav {
|
|||||||
textarea,
|
textarea,
|
||||||
textfield {
|
textfield {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 0.95rem;
|
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
min-height: 5rem;
|
min-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -590,6 +590,7 @@ nav .dropdown {
|
|||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-email :not(textarea) {
|
.contact-email :not(textarea) {
|
||||||
@@ -660,7 +661,6 @@ nav .dropdown {
|
|||||||
textarea,
|
textarea,
|
||||||
textfield {
|
textfield {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 0.95rem;
|
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
min-height: 5rem;
|
min-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
|
|||||||
|
|
||||||
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
||||||
const supabaseKey =
|
const supabaseKey =
|
||||||
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";
|
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
|
||||||
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
|
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
|
||||||
//(unless sending me some malicious links but I delete your msg)
|
//(unless sending me some malicious links but I delete your msg)
|
||||||
//the moment you notice you need an API endpoint.
|
//the moment you notice you need an API endpoint.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
|
|||||||
|
|
||||||
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
|
||||||
const supabaseKey =
|
const supabaseKey =
|
||||||
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";
|
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
|
||||||
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
|
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
|
||||||
//(unless sending me some malicious links but I delete your msg)
|
//(unless sending me some malicious links but I delete your msg)
|
||||||
//the moment you notice you need an API endpoint.
|
//the moment you notice you need an API endpoint.
|
||||||
@@ -47,4 +47,4 @@ form.addEventListener("submit", async (e) => {
|
|||||||
statusMessage.textContent = "Error sending message. Please try again.";
|
statusMessage.textContent = "Error sending message. Please try again.";
|
||||||
statusMessage.style = "background: #FFDCDC";
|
statusMessage.style = "background: #FFDCDC";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -9,7 +9,6 @@ Here is my contact list. Feel free to contact me in case you need anything in my
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||||
<script src="/assets/js/mail.js" type="module"></script>
|
<script src="/assets/js/mail.js" type="module"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
@@ -254,4 +253,4 @@ Here is my contact list. Feel free to contact me in case you need anything in my
|
|||||||
</main>
|
</main>
|
||||||
<div class="footer">© t404:null 2021-2025 - All Rights Reserved</div>
|
<div class="footer">© t404:null 2021-2025 - All Rights Reserved</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -14,10 +14,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
|
|||||||
/>
|
/>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||||
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
|
||||||
<script>
|
|
||||||
eruda.init();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user