Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<html>
<!-- Document declaration specifying that this is an HTML5 document -->
<!DOCTYPE html>
<!-- Added lang attribute for SEO purposes -->
<html lang="en">

<head>
<!-- Document's character encoding -->
<meta charset="UTF-8">
<!-- This is destined for IE browsers, telling them to use the latest rendereing engine
or simply use chrome's if installed -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Important tag not to neglect in any website
It sets the page's width to the device's viewport width and the zoom level to 100% (no zoom) -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XIVCensus - Character statistics for FFXIV</title>


Expand Down