Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
frontend/index.html@12:237dee6e54ad, 2017-01-05 (annotated)
- Committer:
- Micha? ?azowik
- Date:
- Thu Jan 05 17:09:15 2017 +0100
- Revision:
- 12:237dee6e54ad
- Child:
- 13:021a34db0650
[frontend] init
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Micha? ?azowik |
12:237dee6e54ad | 1 | <!doctype html> |
Micha? ?azowik |
12:237dee6e54ad | 2 | <html> |
Micha? ?azowik |
12:237dee6e54ad | 3 | <head> |
Micha? ?azowik |
12:237dee6e54ad | 4 | <title>Kubuś</title> |
Micha? ?azowik |
12:237dee6e54ad | 5 | <meta charset="utf-8"> |
Micha? ?azowik |
12:237dee6e54ad | 6 | <link rel="stylesheet" type="text/css" href="node_modules/normalize.css/normalize.css"> |
Micha? ?azowik |
12:237dee6e54ad | 7 | <link rel="stylesheet" type="text/css" href="kubus.css"> |
Micha? ?azowik |
12:237dee6e54ad | 8 | </head> |
Micha? ?azowik |
12:237dee6e54ad | 9 | <body> |
Micha? ?azowik |
12:237dee6e54ad | 10 | <header> |
Micha? ?azowik |
12:237dee6e54ad | 11 | <h1>Kubuś</h1> |
Micha? ?azowik |
12:237dee6e54ad | 12 | </header> |
Micha? ?azowik |
12:237dee6e54ad | 13 | <section> |
Micha? ?azowik |
12:237dee6e54ad | 14 | <header> |
Micha? ?azowik |
12:237dee6e54ad | 15 | <h2> |
Micha? ?azowik |
12:237dee6e54ad | 16 | Raw stats |
Micha? ?azowik |
12:237dee6e54ad | 17 | </h2> |
Micha? ?azowik |
12:237dee6e54ad | 18 | </header> |
Micha? ?azowik |
12:237dee6e54ad | 19 | </section> |
Micha? ?azowik |
12:237dee6e54ad | 20 | </body> |
Micha? ?azowik |
12:237dee6e54ad | 21 | </html> |