-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (25 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<!-- HTML meta refresh URL redirection -->
<meta http-equiv="refresh"
content="0; url=https://byexamples.github.io/byexample">
<script>
window.location.href = "https://byexamples.github.io/byexample";
</script>
</head>
<body>
If you are not redirected automatically, follow this <a href='https://byexamples.github.io/byexample'>link</a>.
<div class="demo">
<img src="https://raw.githubusercontent.com/byexamples/byexample/master/media/demo.gif" alt="Sorry, it seems that you cannot see the demo. Another excuse to install byexample and test it by yourself ;)" width="90%" height="90%" />
</div>
<h2 id="byexample-is">byexample is…</h2>
<p>…a literate programming engine where you mix
ordinary text and snippets of code in the same file and then you
execute them as regression tests.</p>
<p>You can always be sure that the examples are correct and your documentation
is up to date!</p>
The official site is <a href='https://byexamples.github.io/byexample'>https://byexamples.github.io/byexample</a>;
the repository can be found at <a href='https://github.com/byexamples/byexample'>https://github.com/byexamples/byexample</a>.
</body>
</html>