krz/office
clone: git clone https://gitbay.org/krz/office.git
main: index.html · raw
1<!doctype html>
2<html lang="en">
3<head>
4 <title>Office</title>
5</head>
6<body>
7 <h1>Office</h1>
8 <p>This website hosts <a href="https://git.cleberg.net/office.git"
9 rel="noreferrer,noopener" target="_blank">Office</a>, my fork of <a
10 href="https://github.com/zserge/awfice"
11 rel="noreferrer,noopener" target="_blank">Awfice</a>.</p>
12 <p>Office is a collection of tiny office suite apps:</p>
13 <ul>
14 <li>a word processor, a spreadsheet, a drawing app and a presentation
15 maker</li>
16 <li>each less than 1KB of plain JavaScript</li>
17 <li>each is literally just one line of code</li>
18 <li>packaged as data URLs, so you can use them right away, without
19 downloading or installing</li>
20 <li>you can also use them offline</li>
21 <li>but they can't store their state, so whatever you type there would be
22 lost on page refresh</li>
23 <li>the only way to save your job is to save a HTML or send it to the
24 printer/print to PDF.</li>
25 </ul>
26
27 <h2>Office Suite Apps:</h2>
28 <ul>
29 <li><a href="/text/">Text Editor</a></li>
30 <li><a href="/code/">Code Editor</a></li>
31 <li><a href="/spreadsheet/">Spreadsheet</a></li>
32 <li><a href="/calculator/">Calculator</a></li>
33 <li><a href="/slides/">Slide Deck</a></li>
34 <li><a href="/drawing/">Drawing</a></li>
35 </ul>
36</body>
37</html>