| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 <!DOCTYPE html> | 3 <!DOCTYPE html> |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <head> | 5 <head> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 8 <meta name="viewport" content="width=device-width, initial-scale=1"> | 8 <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | 9 |
| 10 <meta name="description" content=""> | 10 <meta name="description" content=""> |
| 11 <meta name="author" content="Luci Authors"> | 11 <meta name="author" content="Luci Authors"> |
| 12 | 12 |
| 13 | 13 |
| 14 <title>[[Insert title here]]</title> | 14 <title>Builder Sample Builder</title> |
| 15 | 15 |
| 16 | 16 |
| 17 <link href="/static/common/third_party/bootstrap/css/bootstrap.min.css" rel=
"stylesheet"> | 17 <link href="/static/common/third_party/bootstrap/css/bootstrap.min.css" rel=
"stylesheet"> |
| 18 <style> | 18 <style> |
| 19 body { | 19 body { |
| 20 padding-top: 70px; | 20 padding-top: 70px; |
| 21 } | 21 } |
| 22 .starter-template { | 22 .starter-template { |
| 23 padding: 40px 15px; | 23 padding: 40px 15px; |
| 24 text-align: center; | 24 text-align: center; |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 | 87 |
| 88 </div> | 88 </div> |
| 89 | 89 |
| 90 | 90 |
| 91 | 91 |
| 92 | 92 |
| 93 <script src="/static/common/third_party/jquery/jquery.min.js"></script> | 93 <script src="/static/common/third_party/jquery/jquery.min.js"></script> |
| 94 <script src="/static/common/third_party/bootstrap/js/bootstrap.min.js"></scr
ipt> | 94 <script src="/static/common/third_party/bootstrap/js/bootstrap.min.js"></scr
ipt> |
| 95 </body> | 95 </body> |
| 96 </html> | 96 </html> |
| OLD | NEW |