Skip to content

Commit 420eec5

Browse files
author
Dustyn Blackmore
committed
Minor Changes to Examples
Updated the title that was not properly changed in some copy/paste code.
1 parent c1c380e commit 420eec5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/bootstrapped/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html public "embarassment">
22
<html>
33
<head>
4-
<title>Basic Example</title>
4+
<title>Bootstrapped Example</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
66
<link rel="stylesheet" href="/base.css"/>
77
<link rel="stylesheet" href="app.css"/>

examples/validation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html public "embarassment">
22
<html>
33
<head>
4-
<title>Basic Example</title>
4+
<title>Validation Example</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
66
<link rel="stylesheet" href="/base.css"/>
77
<link rel="stylesheet" href="app.css"/>

examples/validationcss/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html public "embarassment">
22
<html>
33
<head>
4-
<title>Basic Example</title>
4+
<title>Validation (With CSS) Example</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
66
<link rel="stylesheet" href="/base.css"/>
77
<link rel="stylesheet" href="app.css"/>

0 commit comments

Comments
 (0)