Overview
Comment:Missing bootstrap
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 022dafcfd41fc5bcaf44b6a3eaf2fc8d5073d34a308c0233d23615e7caf4c4bd
User & Date: bohwaz on 2021-10-15 02:01:36
Other Links: manifest | tags
Context
2021-10-15
02:02
Mirror the SkrivML page ourselves check-in: dc9028e9c4 user: bohwaz tags: trunk, stable
02:01
Missing bootstrap check-in: 022dafcfd4 user: bohwaz tags: trunk
02:01
Fix links check-in: e5d6519a90 user: bohwaz tags: trunk
Changes

Modified doc/skrivml.html from [9b7f6f078b] to [b749ec40a9].

1
2
3
4

5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Skriv Markup Language</title>

	<style type="text/css">
	/* text colors */
.red {
	color: brown;
}
.blue {
	color: blue;




>







1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Skriv Markup Language</title>
	<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap.min.css" />
	<style type="text/css">
	/* text colors */
.red {
	color: brown;
}
.blue {
	color: blue;