修正delay
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>nudoragon | 個人連結</title>
|
||||
<meta name="description" content="nudoragon 的個人品牌與社交連結入口。包含部落格、專案與聯絡資訊。">
|
||||
<link rel="icon" id="favicon" href="">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Google Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -44,6 +45,9 @@
|
||||
<script src="config.js"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
// Set Favicon
|
||||
document.getElementById('favicon').href = CONFIG.profile.favicon;
|
||||
|
||||
// Render Profile
|
||||
const header = document.getElementById('profile-header');
|
||||
header.innerHTML = `
|
||||
|
||||
Reference in New Issue
Block a user