This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CAPPITAL LETTERS LIKE THIS ARE ONLY PLACEHOLDERS | |
# NOTES: CHARSET UTF-8 IS COMMON | |
<!DOCTYPE html> | |
<html lang="AN EXISTING LANGUAGE"> | |
<head> | |
<title>TITLE</title> | |
<link rel="WHAT IS THIS LINK FOR?" href="WHERE IS IT GOING TO?"> | |
<meta charset="UTF-8"> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "FONT FACE"; | |
src: url("WHAT IS THE URL?") format("TRUETYPE FOR TTF AND OPENTYPE FOR OTF"); | |
} | |
body { | |
font-family: FONT FAMILIES - MONOSPACE SANS-SERIF SERIF FANTASY CURSIVE; | |
} |