assayo/public/index.html

52 lines
2.6 KiB
HTML
Raw Normal View History

2023-05-12 11:47:48 +00:00
<!DOCTYPE html>
2024-02-12 22:02:08 +00:00
<html>
2023-05-12 11:47:48 +00:00
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no, maximum-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="cleartype" content="on">
<meta name="HandheldFriendly" content="True">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="address=no">
<meta name="apple-mobile-web-app-capable" content="yes">
2024-03-15 13:32:34 +00:00
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="theme-color" content="white"/>
2023-05-12 11:47:48 +00:00
<script type="text/javascript">
var report = [];
</script>
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Git Statistics</title>
<meta name="description" content="Simple and fast report on git commit history.">
<meta name="keywords" content="git, statistics, audit, history, log, monitoring, employee control">
<meta name="author" content="Bakhirev Aleksei">
<meta name="copyright" content="(c) Bakhirev Aleksei">
<meta http-equiv="Reply-to" content="alexey-bakhirev@yandex.ru">
2023-12-03 10:18:16 +00:00
<meta name="application-name" content="Git statistics">
<meta name="msapplication-tooltip" content="Simple and fast report on Git commit history.">
<meta property="og:title" content="Git Statistics">
<meta property="og:description" content="Simple and fast report on Git commit history.">
2024-04-30 15:13:34 +00:00
<meta property="og:image" content="https://assayo.online/assets/seo/custom_icon_256.png">
<meta property="og:site_name" content="Assayo">
2024-04-30 15:13:34 +00:00
<meta property="og:url" content="https://assayo.online/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Git Statistics">
<meta name="twitter:description" content="Simple and fast report on Git commit history.">
<meta name="twitter:creator" content="Bakhirev Aleksei">
2024-04-30 15:13:34 +00:00
<meta name="twitter:image:src" content="https://assayo.online/assets/seo/custom_icon_256.png">
2024-04-08 22:24:39 +00:00
<meta name="twitter:domain" content="assayo.online">
<meta name="twitter:site" content="assayo.online">
<meta itemprop="name" content="Git Statistics">
<meta itemprop="description" content="Simple and fast report on Git commit history.">
2024-04-30 15:13:34 +00:00
<meta itemprop="image" content="https://assayo.online/assets/seo/custom_icon_256.png">
2023-05-12 11:47:48 +00:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>