-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Keep-Simple/feature/head
Add base.css stylesheet link
- Loading branch information
Showing
1 changed file
with
32 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Résumé</title> | ||
</head> | ||
<html lang="en" prefix="og: https://ogp.me/ns#"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="description" content="My very own personal website."> | ||
<meta name="google" content="nositelinkssearchbox"> | ||
<meta name="google" content="notranslate"> | ||
<meta name="googlebot" content="index,follow"> | ||
<meta name="robots" content="index,follow"> | ||
<meta name="subject" content="This is just a résumé."> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="white"> | ||
<meta property="og:description" | ||
content="— Meet Donald Trump, Today your life will change dramaticly!"> | ||
<meta property="og:image:alt" content="Screenshot of the homepage"> | ||
<meta property="og:image:height" content="1800"> | ||
<meta property="og:image:type" content="image/png"> | ||
<meta property="og:image:width" content="2880"> | ||
<meta property="og:image" content="https://keep-simple.github.io/homepage/static/img/og-preview.png"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:title" content="Donald Trump — Résumé"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://keep-simple.github.io/homepage/index.html"> | ||
<title>Donald Trump — Résumé</title> | ||
<link rel="icon" type="image/x-icon" href="./static/icons/favicon.ico"> | ||
<link rel="me" href="https://www.fb.com/DonaldTrump" type="text/html"> | ||
<link rel="me" href="mailto:[email protected]"> | ||
<link rel="me" href="tel:+202-456-1111"> | ||
<link rel="stylesheet" href="./static/stylesheets/base.css"> | ||
<script src="./static/js/scrollreveal.min.js"></script> | ||
</head> | ||
<body> | ||
― Hello World! 😉 | ||
</body> | ||
|