Add some colorshift blob animation to dns setup

This commit is contained in:
Johannes Zellner
2025-08-17 17:22:50 +02:00
parent 20fa49f8e4
commit e1a7056ef8
4 changed files with 56 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ import SetupView from './views/SetupView.vue';
import './style.css';
import './setup.css';
import './starfall.css';
(async function init() {
const app = createApp(SetupView);