17 lines
No EOL
323 B
HTML
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> |