Skip to content

Commit

Permalink
+og
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Sep 25, 2023
1 parent f22463e commit 311dd46
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
<!doctype html>
<html style=" width : 100% ; height : 100% ; position : fixed ">
<html mol_view_root>

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">

<link rel="manifest" href="piterjs/app/manifest.json">

<!-- description -->
<meta name="description" content="PiterJS">
<meta name="description" content="Ежемесячный питерский митап о JavaScript, Node.js и всего, что окружает современного фронтендера. Распространяем практики и паттертны разработки, делимся опытом применения инструментов, техник и принципов, рассказываем о боли и кайфе JavaScript-программирования.">
<meta name="application-name" content="PiterJS">
<meta name="apple-mobile-web-app-title" content="PiterJS">

<!-- open graph -->
<meta property="og:title" content="PiterJS" />
<meta property="og:description" content="Ежемесячный питерский митап о JavaScript, Node.js и всего, что окружает современного фронтендера. Распространяем практики и паттертны разработки, делимся опытом применения инструментов, техник и принципов, рассказываем о боли и кайфе JavaScript-программирования."/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="PiterJS"/>
<meta property="og:url" content="https://piterjs.org/" />
<meta property="og:image" content="piterjs/logo/logo_48.png" />

<!-- colors -->
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#000000">
Expand All @@ -26,9 +34,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

<link href="web.css" rel="stylesheet"/>

<body style="margin: 0 ; height : 100%">
<body mol_view_root>

<div mol_view_root="$piterjs_app"></div>

Expand Down

0 comments on commit 311dd46

Please sign in to comment.