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

17 lines
323 B
HTML
Raw Normal View History

2022-10-16 23:17:19 -06:00
<!DOCTYPE html>
<html>
2022-10-29 15:46:22 -06:00
<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 {
2022-12-19 03:55:16 -07:00
background-color:#111111;
2022-10-29 15:46:22 -06:00
}
</style>
2022-12-19 03:55:16 -07:00
</head>