Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
add meta stuff
  • Loading branch information
子平六 committed Nov 8, 2023
1 parent 77bbea2 commit d70809d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<head>
<base href="https://ziping-liu-corporation.github.io/react-adobe-embed/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://repository-images.githubusercontent.com/558507981/c92f932c-afa3-4f52-a9de-15dd170bdf0f">
<meta property="og:image:width" content="1681" >
<meta property="og:image:height" content="865" >
<meta name="image" content="https://repository-images.githubusercontent.com/558507981/c92f932c-afa3-4f52-a9de-15dd170bdf0f">
<meta name="image:width" content="1681" >
<meta name="image:height" content="865" >
<title>React Adobe Embed Deployment for Canary Testing</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPZQGSPGGL"></script>
<script>
Expand All @@ -28,12 +34,12 @@
<link rel="stylesheet" href="https://definity.ziping.dev/assets/styles/main.css">
<script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>

<meta name="google-adsense-account" content="ca-pub-9751931004350108">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9751931004350108"
crossorigin="anonymous"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar"> <div style="font-family: articulat-cf" id="app">
<app></app></div></body>
<script src="app.js"></script>
</html>
</html>

0 comments on commit d70809d

Please sign in to comment.