joinpeertube/public/index.html

36 lines
2 KiB
HTML
Raw Normal View History

2018-09-21 21:00:42 +00:00
<!DOCTYPE html>
2019-09-11 13:26:44 +00:00
<html>
2018-09-21 21:00:42 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2019-10-24 14:21:37 +00:00
<title>Take back control of your videos! JoinPeerTube</title>
<meta name="description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!" />
2018-09-21 21:00:42 +00:00
2019-09-12 07:20:18 +00:00
<link rel="shortcut icon" href="<%= BASE_URL %>img/icons/favicon.png">
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/apple-touch-icon.png" />
2019-10-24 14:21:37 +00:00
<meta property="og:url" content="https://joinpeertube.org">
<meta property="og:title" content="JoinPeerTube">
<meta property="og:description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!">
2019-11-06 08:58:36 +00:00
<meta property="og:image" content="https://joinpeertube.org<%= BASE_URL %>img/card-opengraph.jpg">
2019-10-24 14:21:37 +00:00
<meta property="og:site_name" content="JoinPeerTube">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@joinpeertube">
<meta name="twitter:creator" content="@chocobozzz">
<meta name="twitter:title" content="JoinPeerTube">
<meta name="twitter:description" content="PeerTube is a decentralized video hosting network, based on free/libre software. Join the federation and take back control of your videos!.">
2019-11-06 08:58:36 +00:00
<meta name="twitter:image" content="https://joinpeertube.org<%= BASE_URL %>img/card-opengraph.jpg">
<link rel="preload" href="/fonts/proza-libre-v4-latin-regular.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/fonts/proza-libre-v4-latin-600.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/fonts/pt-sans-v11-latin-regular.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="/fonts/pt-sans-v11-latin-700.woff2" as="font" crossorigin="anonymous" />
2018-09-21 21:00:42 +00:00
</head>
2019-09-11 13:17:18 +00:00
2018-09-21 21:00:42 +00:00
<body>
<div id="app"></div>
</body>
2019-09-11 13:17:18 +00:00
2018-09-21 21:00:42 +00:00
</html>