limepot-xyz/index.html
2022-12-19 03:55:16 -07:00

17 lines
No EOL
323 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8" />
<title>
Home
</title>
<!-- add icon link -->
<link rel = "icon" href = "assets/obo-icon.png"
type = "image/x-icon">
<style>
body {
background-color:#111111;
}
</style>
</head>