-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<meta name="author" content="Olivier Bourgeois"> | ||
<title>XIV ToDo: Dashboards, checklists, and tools for FFXIV</title> | ||
<script> | ||
sessionStorage.redirect = location.href.replace("https://xivtodo.com", "") | ||
location.replace("/") | ||
</script> | ||
</head> | ||
<body style="background-color: #1c2024; color: #dddddd"> | ||
<noscript> | ||
<strong>Oops! XIV ToDo doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"> | ||
<div style="margin: 10px"> | ||
<h1>XIV ToDo</h1> | ||
<p> | ||
XIV ToDo provides useful dashboards, tailored checklists, and tools for Final Fantasy XIV; | ||
whether you are a new player to the game or more experienced. In its current form, XIV ToDo | ||
offers customizable daily and weekly checklists as well as automated completion trackers of | ||
duties and questlines, with much more to come! | ||
</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
xivtodo.com |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.avatar-list{border-radius:50%;height:43px;margin-right:10px} |