mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00

Will fill in with the first stuff you should do after getting setup. Teaching you how to do the basic commands.
9 lines
82 B
HTML
9 lines
82 B
HTML
<html>
|
|
<head>
|
|
<title>Hello</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello!</h1>
|
|
</body>
|
|
</html>
|