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.
Diff: frontend/index.html
- Revision:
- 12:237dee6e54ad
- Child:
- 13:021a34db0650
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/frontend/index.html Thu Jan 05 17:09:15 2017 +0100 @@ -0,0 +1,21 @@ +<!doctype html> +<html> +<head> + <title>Kubuś</title> + <meta charset="utf-8"> + <link rel="stylesheet" type="text/css" href="node_modules/normalize.css/normalize.css"> + <link rel="stylesheet" type="text/css" href="kubus.css"> +</head> +<body> +<header> + <h1>Kubuś</h1> +</header> +<section> + <header> + <h2> + Raw stats + </h2> + </header> +</section> +</body> +</html> \ No newline at end of file