mirror of
https://github.com/bakhirev/assayo.git
synced 2025-01-19 08:57:59 +00:00
94 lines
2.5 KiB
HTML
94 lines
2.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<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="mobile-web-app-capable" content="yes">
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||
|
<meta name="theme-color" content="white"/>
|
||
|
|
||
|
<meta name="defaultLanguage" content="ru">
|
||
|
<link rel="icon" href="../favicon.svg"/>
|
||
|
<link rel="apple-touch-icon" href="../logo192.png"/>
|
||
|
|
||
|
<title>IFrame demo</title>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: Verdana;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
border: none;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
font-weight: 100;
|
||
|
font-size: 14px;
|
||
|
|
||
|
display: block;
|
||
|
height: 42px;
|
||
|
width: 297px;
|
||
|
padding: 0 18px;
|
||
|
margin: 0 auto 12px;
|
||
|
|
||
|
cursor: pointer;
|
||
|
line-height: 42px;
|
||
|
text-align: center;
|
||
|
box-sizing: border-box;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: top;
|
||
|
text-decoration: none;
|
||
|
|
||
|
border: 1px solid #E2E9F0;
|
||
|
border-radius: 4px;
|
||
|
color: #FFFFFF;
|
||
|
background-color: #1a73e8;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<main>
|
||
|
<nav>
|
||
|
<a
|
||
|
target="_blank"
|
||
|
href="./demo.html?sidebarImage=./jira/sidebar.png&sidebarColor=F4F5F7&width=220&headerImage=./jira/header.png&headerColor=0747A6&height=40&title=JIRA">
|
||
|
JIRA
|
||
|
</a>
|
||
|
<a
|
||
|
target="_blank"
|
||
|
href="./demo.html?sidebarImage=./gitlab/sidebar.png&sidebarColor=FBFAFD&width=266&height=100&headerImage=./gitlab/header.png&headerColor=171321&title=GitLab">
|
||
|
GitLab
|
||
|
</a>
|
||
|
<a
|
||
|
target="_blank"
|
||
|
href="./demo.html?sidebarImage=./cs/sidebar.png&sidebarColor=001529&width=200&height=0&title=CodeScoring">
|
||
|
CodeScoring
|
||
|
</a>
|
||
|
</nav>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|