-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.html
33 lines (31 loc) · 2.87 KB
/
test.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
33
<script src="typograms.js"></script>
<br>
<script type="text/typogram" grid zoom=5>
-.
`-
</script>
<br>
<script type="text/typogram">
┌─────────────────────────────────┐ ┌─────────────────────────────────┐
| ┌─────────────────────────────┐ | | ┌─────────────────────────────┐ |
| | "https://rp.example" | | | | "https://rp.example" | |
| └─────────────────────────────┘ | | └─────────────────────────────┘ |
| ┌─────────────────────────────┐ | | ┌─────────────────────────────┐ |
| | | | | | | |
| | Welcome to my website! | | | | Welcome to my website! | |
| | | | | | | |
| | | | | | | |
| +─────────────────────────────+ | | +─────────────────────────────+ |
| | Choose an account | | | | Sign-in to rp.example | |
| | to sign-in to rp.example | | | | with idp.example? | |
| | | | | | | |
| | ┌────┐ | | | | ┌────┐ | |
| | | :) | John Doe | | ──► | | | :) | John Doe | |
| | └────┘ john@email.com | | | | └────┘ john@email.com | |
| | ┌────┐ | | | | | |
| | | :] | John Doe | | | | ┌─────────────────────────┐ | |
| | └────┘ john.doe@work.com | | | | | Continue as John | | |
| | | | | | └─────────────────────────┘ | |
| └─────────────────────────────┘ | | └─────────────────────────────┘ |
└─────────────────────────────────┘ └─────────────────────────────────┘
</script>