Select Git revision
runnable-sftp.go
index.html 5.03 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Monster - JavaScript Framework & Components</title>
<style media="all">
/* vietnamese */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3Gw2QIAFg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Maven Pro';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/mavenpro/v22/7Au9p_AqnyWWAxW2Wk3GzWQI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<link type="text/css" rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="robots" content="index, follow">
</head>
<body>
<div>
<div class="container">
<div class="row">
<div><img src="monster.png" alt="the monster logo" title="awaken the monster"></div>
<div id="logocontainer">
<p id="slogan">Build fantastic websites!</p>
<h1>Monster</h1>
</div>
<div>
<p>
<a class="button" href="https://monsterjs.org/en/doc/latest/" id="getting-started">Getting
Started</a>
</p>
</div>
<div style="margin-top:80px">
<p>
<strong></strong>Components:</strong> <a href="https://monsterjs.org/en/doc/components/form/latest/"
id="form-getting-started">Form</a>, <a
href="https://monsterjs.org/en/doc/components/notify/latest/"
id="notify-getting-started">Notification</a>
</p>
</div>
<div class="gallery">
<img src="image/monster-control-button.png" alt="Button">
<img src="image/monster-control-select.png" alt="Select">
<img src="image/monster-control-treeselect.png" alt="Treeselect">
<img src="image/monster-control-confirm.png" alt="Confirm">
<img src="image/monster-control-tab.png" alt="Tab">
<img src="image/monster-control-notify.png" alt="Notification">
</div>
<div id="footer">
<a href="https://www.npmjs.com/search?q=%40schukai">NPM</a>
<a href="https://www.alvine.cloud/">Alvine Cloud</a><br>
<a href="https://www.schukai.com/en/shopcloud/">Ecommerce & Onlineshop by shopcloud</a><br>
<a href="https://www.schukai.com/">schukai GmbH</a><br>
<a href="https://about.schukai.com/de/impressum/">Imprint</a>
</div>
</div>
</div>
</div>
</body>
</html>