Comment out OGP for now
look into later, chances of running JS are slim
This commit is contained in:
parent
6fa3fd48a0
commit
616f64ab68
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html scroll-behavior="smooth" prefix="og: https://ogp.me/ns#">
|
<html scroll-behavior="smooth">
|
||||||
|
<!--html scroll-behavior="smooth" prefix="og: https://ogp.me/ns#"-->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
@ -7,7 +8,7 @@
|
||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
|
||||||
|
|
||||||
<!--OGP suite-->
|
<!--OGP suite
|
||||||
<meta property="og:title" content="Wynnbuilder" />
|
<meta property="og:title" content="Wynnbuilder" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="https://wynnbuilder.github.io/media/icons/new/builder.png" />
|
<meta property="og:image" content="https://wynnbuilder.github.io/media/icons/new/builder.png" />
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
<meta property="og:image:type" content="image/png" />
|
<meta property="og:image:type" content="image/png" />
|
||||||
<meta property="og:description" id = "ogp-build-list" content = "">
|
<meta property="og:description" id = "ogp-build-list" content = "">
|
||||||
<meta property="og:url" id = "ogp-url" content="" />
|
<meta property="og:url" id = "ogp-url" content="" />
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- nunito font, copying wynndata -->
|
<!-- nunito font, copying wynndata -->
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
|
Loading…
Reference in a new issue