Added embeds to the github page
This commit is contained in:
parent
5d9d9a6027
commit
b168abc0bc
1 changed files with 19 additions and 3 deletions
22
github.html
22
github.html
|
@ -3,10 +3,10 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="All my github stuff">
|
||||||
<meta name="author" content="BuyMyMojo">
|
<meta name="author" content="BuyMyMojo">
|
||||||
<meta name="keywords" content="BuyMyMojo, mojo, ">
|
<meta name="keywords" content="BuyMyMojo, mojo, Github, GitHub, code, html, js, python, py, waka, waka time, wakatime">
|
||||||
<title></title>
|
<title>Github</title>
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
@ -26,6 +26,22 @@
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- twitter cards -->
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@OwenQuinlan7" />
|
||||||
|
<meta name="twitter:creator" content="@OwenQuinlan7" />
|
||||||
|
<meta property="og:url" content="https://buymymojo.net/github.html" />
|
||||||
|
<meta property="og:title" content="BuyMyMojo github" />
|
||||||
|
<meta property="og:description" content="All the stuff related to my github" />
|
||||||
|
<meta property="og:image" content="https://github.githubassets.com/apple-touch-icon-180x180.png" />
|
||||||
|
|
||||||
|
<!-- Open Graph Markup -->
|
||||||
|
<meta property="og:url" content="https://buymymojo.net/github.html" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:title" content="BuyMyMojo github" />
|
||||||
|
<meta property="og:description" content="All the stuff related to my github" />
|
||||||
|
<meta property="og:image" content="https://github.githubassets.com/apple-touch-icon-180x180.png" />
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: #212529;">
|
<body style="background-color: #212529;">
|
||||||
<!-- Include quicklink from dist -->
|
<!-- Include quicklink from dist -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue