Skip to content

Instantly share code, notes, and snippets.

View mariocraft987's full-sized avatar
😕
Trying to make a coding language

mariocraft mariocraft987

😕
Trying to make a coding language
View GitHub Profile
@mariocraft987
mariocraft987 / index.html
Created February 8, 2024 18:37
HTML webpage template
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WEBSITE TITLE</title>
</head>
<body>
<!-- HTML code goes here -->
</body>
</html>