Compare commits

...

2 Commits

Author SHA1 Message Date
e96c8e731f Use plain style as a default 2025-05-17 10:02:04 +07:00
05aea2240d Give usage information 2025-05-17 10:01:40 +07:00
2 changed files with 2 additions and 1 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Usage: python3 -m http.server 8000

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Widuri AI</title> <title>Widuri AI</title>
<link rel="stylesheet" href="css/alien.css"> <link rel="stylesheet" href="css/plain.css">
</head> </head>
<body> <body>
<h1 class="title" >Widuri AI</h1> <h1 class="title" >Widuri AI</h1>