mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 08:11:40 +00:00
09f036fdb0
The code updates the project language from Russian to English in the index.html file. Furthermore, it also revises the metadata, including the title, description, keywords, and tooltips, organizing the project to cater to an international audience.
86 lines
4.1 KiB
HTML
86 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
<script type="text/javascript">
|
|
var report = [];
|
|
</script>
|
|
<script src='/log.txt'></script>
|
|
<script src='./log.txt'></script>
|
|
<script src='../log.txt'></script>
|
|
<script src='./log-0.txt'></script>
|
|
<script src='./log-1.txt'></script>
|
|
<script src='./log-2.txt'></script>
|
|
<script src='./log-3.txt'></script>
|
|
<script src='./log-4.txt'></script>
|
|
<script src='./log-5.txt'></script>
|
|
<script src='./log-6.txt'></script>
|
|
<script src='./report/log-0.txt'></script>
|
|
<script src='./report/log-1.txt'></script>
|
|
<script src='./report/log-2.txt'></script>
|
|
<script src='./report/log-3.txt'></script>
|
|
<script src='./report/log-4.txt'></script>
|
|
<script src='./report/log-5.txt'></script>
|
|
<script src='./report/log-6.txt'></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">
|
|
|
|
<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.">
|
|
<meta property="og:image" content="http://assayo.jp/assets/seo/custom_icon_256.png">
|
|
<meta property="og:site_name" content="Assayo">
|
|
<meta property="og:url" content="http://assayo.jp/">
|
|
<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">
|
|
<meta name="twitter:image:src" content="http://assayo.jp/assets/seo/custom_icon_256.png">
|
|
<meta name="twitter:domain" content="assayo.jp">
|
|
<meta name="twitter:site" content="assayo.jp">
|
|
<meta itemprop="name" content="Git Statistics">
|
|
<meta itemprop="description" content="Simple and fast report on Git commit history.">
|
|
<meta itemprop="image" content="http://assayo.jp/assets/seo/custom_icon_256.png">
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
<!-- Yandex.Metrika counter
|
|
<script type="text/javascript" >
|
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
|
m[i].l=1*new Date();
|
|
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
|
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
|
|
|
ym(94903985, "init", {
|
|
clickmap:true,
|
|
trackLinks:true,
|
|
accurateTrackBounce:true,
|
|
webvisor:true
|
|
});
|
|
</script>
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/94903985" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
/Yandex.Metrika counter -->
|
|
</body>
|
|
</html>
|