Remove opengraph tags
This commit is contained in:
parent
474d636a8c
commit
1762294a12
3 changed files with 3 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html prefix="og: https://ogp.me/ns#">
|
||||
<html>
|
||||
<head>
|
||||
<title>ATLAS???</title>
|
||||
|
||||
|
@ -15,10 +15,6 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@10.2.6/dist/css/autoComplete.min.css">
|
||||
|
||||
<link rel="stylesheet" href="../css/sq2bs.css">
|
||||
<meta property="og:title" content="WynnBuilder" />
|
||||
<meta property="og:type" content="video.movie" />
|
||||
<meta property="og:url" content="https://hppeng-wynn.github.io/sq2bs.html" />
|
||||
<meta property="og:image" content="https://i.kym-cdn.com/entries/icons/original/000/037/349/Screenshot_14.jpg" />
|
||||
</head>
|
||||
<body class="text-light d-flex justify-content-center" id = "body">
|
||||
<div id="main-sidebar" class="sidebar dark-7 dark-shadow col">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html prefix="og: https://ogp.me/ns#">
|
||||
<html>
|
||||
<head>
|
||||
<title>WynnBuilder</title>
|
||||
<link rel="icon" href="../media/icons/new/builder.png" type="image/icon type">
|
||||
|
@ -17,11 +17,6 @@
|
|||
<link rel="stylesheet" href="../css/sq2bs.css">
|
||||
<link rel="stylesheet" href="../css/sidebar.css">
|
||||
<link rel="stylesheet" href="../css/wynnstyles.css">
|
||||
|
||||
<meta property="og:title" content="WynnBuilder" />
|
||||
<meta property="og:type" content="video.movie" />
|
||||
<meta property="og:url" content="https://hppeng-wynn.github.io/builder/index.html" />
|
||||
<meta property="og:image" content="https://i.kym-cdn.com/entries/icons/original/000/037/349/Screenshot_14.jpg" />
|
||||
</head>
|
||||
<body class="text-light d-flex justify-content-center" id = "body">
|
||||
<!-- hover tooltip stuff -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html prefix="og: https://ogp.me/ns#">
|
||||
<html>
|
||||
<head>
|
||||
<title>WynnCrafter</title>
|
||||
<link rel="icon" href="../media/icons/new/crafter.png" type="image/icon type">
|
||||
|
@ -18,11 +18,6 @@
|
|||
<link rel="stylesheet" href="../css/sq2bs.css">
|
||||
<link rel="stylesheet" href="../css/sidebar.css">
|
||||
<link rel="stylesheet" href="../css/wynnstyles.css">
|
||||
|
||||
<meta property="og:title" content="WynnCrafter" />
|
||||
<meta property="og:type" content="video.movie" />
|
||||
<meta property="og:url" content="https://hppeng-wynn.github.io/crafter/index.html" />
|
||||
<meta property="og:image" content="https://i.kym-cdn.com/entries/icons/original/000/037/349/Screenshot_14.jpg" />
|
||||
</head>
|
||||
<body id = "body" class = "text-light d-flex justify-content-center">
|
||||
<div id="main-sidebar" class="sidebar dark-7 dark-shadow">
|
||||
|
|
Loading…
Reference in a new issue