-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Teck edited this page Jul 29, 2025
·
1 revision
<!DOCTYPE html>
<html>
<head>
<title>My Ambient Site</title>
<link rel="stylesheet" href="assets/world.css">
<script src="assets/world-config.js"></script>
<script src="assets/world.js"></script>
</head>
<body>
<h1>Welcome!</h1>
<p>This site changes colors automatically.</p>
</body>
</html>World.CSS will:
- Detect your location
- Get current weather
- Apply appropriate theme
- Update throughout the day
- Night: Dark blue themes
- Sunrise: Warm orange tones
- Day: Bright, natural colors
- Sunset: Golden, warm hues
- Evening: Deep, rich colors
Edit assets/world-config.js to change colors and behavior.