This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
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>