28 lines
744 B
HTML
28 lines
744 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0" />
|
|
<link href='./index.css' rel='stylesheet' type='text/css'>
|
|
<title>Crontab.guru - The cron schedule expression generator</title>
|
|
<meta name="description" content="An easy to use editor for crontab schedules.">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>crontab guru</h1>
|
|
<div class="blurb">
|
|
<div>The quick and simple editor for cron schedule expressions</div>
|
|
</div>
|
|
<div id="content">loading...</div>
|
|
|
|
<script src="./index.js"></script>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', window.main);
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |