forked from alemi/upub
feat: meta tags and responsive for mobile
This commit is contained in:
parent
586f8d3f97
commit
e51aff88be
1 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>upub</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="upub">
|
||||
<meta property="og:description" content="micro social network, federated" />
|
||||
<meta property="og:url" content="https://feditest.alemi.dev/web" />
|
||||
<meta property="og:site_name" content="upub" />
|
||||
|
||||
<link crossorigin rel="stylesheet" href="https://cdn.alemi.dev/web/alemi.css">
|
||||
<style>
|
||||
.hidden { display: none; }
|
||||
|
@ -24,6 +34,8 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue