<!DOCTYPE html>
<html>
<head>
<title>3 Hour Jam</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #ADD8E6;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
border-radius: 15px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.header {
text-align: center;
padding: 20px;
background-color: #333;
color: white;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.content {
text-align: center;
padding: 20px;
background-color: white;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.section {
margin-top: 20px;
}
h2 {
color: #333;
}
p {
color: #666;
}
</style>
</head>
<body>
Welcome to the 3 Hour Jam!
This is a game jam where you have 3 hours to create a game. Let's see what you can create in such a short amount of time. Good luck!
Theme
The theme for this jam is "Time". Use this theme as a starting point for your game.
Rules
- All games must be made within the 3 hour time limit.
- Games must incorporate the theme in some way.
- No offensive or inappropriate content.
</body>
</html>