Compare commits

..

5 Commits

Author SHA1 Message Date
t404owo
73476e1595 Add eruda script for debugging in index.html 2025-12-07 18:36:57 +01:00
t404owo
23367f7d2e Change Supabase anon key to a publishable key
Updated Supabase anon key to a publishable key for security.
2025-12-07 18:35:03 +01:00
t404owo
73e96c9d69 Update index.js 2025-12-07 18:34:15 +01:00
t404owo
58d8e7ec39 Update index.html 2025-10-17 05:05:18 +02:00
t404owo
2d0a5c1ce5 Merge pull request #19 from t404owo/main
Update to unstable branch
2025-10-17 05:04:37 +02:00
6 changed files with 11 additions and 6 deletions

View File

@@ -604,7 +604,6 @@ nav {
margin-top: 0.5rem;
margin-left:-5px;
padding: 5px;
font-size:0.95rem;
}
:not(textarea) {
@@ -677,6 +676,7 @@ nav {
textarea,
textfield {
padding: 5px;
font-size: 0.95rem;
resize: vertical;
min-height: 5rem;
}

View File

@@ -590,7 +590,6 @@ nav .dropdown {
margin-top: 0.5rem;
margin-left: -5px;
padding: 5px;
font-size: 0.95rem;
}
.contact-email :not(textarea) {
@@ -661,6 +660,7 @@ nav .dropdown {
textarea,
textfield {
padding: 5px;
font-size: 0.95rem;
resize: vertical;
min-height: 5rem;
}

View File

@@ -18,7 +18,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey =
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
//(unless sending me some malicious links but I delete your msg)
//the moment you notice you need an API endpoint.

View File

@@ -2,7 +2,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey =
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv";
//anon key, you cant access private stuffs or add hilarious stuffs w/ this...
//(unless sending me some malicious links but I delete your msg)
//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.style = "background: #FFDCDC";
}
});
});

View File

@@ -9,6 +9,7 @@ Here is my contact list. Feel free to contact me in case you need anything in my
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
<script src="/assets/js/mail.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
</head>
<body>
<nav>
@@ -253,4 +254,4 @@ Here is my contact list. Feel free to contact me in case you need anything in my
</main>
<div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body>
</html>
</html>

View File

@@ -14,6 +14,10 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
/>
<meta charset="UTF-8" />
<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>
<body>
<nav>