tweak case of shiny; open all links in external windows

This commit is contained in:
JJ Allaire
2012-07-26 12:00:09 -07:00
parent a1a50f7b76
commit 6ca5d134cc

View File

@@ -1,13 +1,14 @@
---
title: "Tutorial: Building 'shiny' Web Applications with R"
title: "Tutorial: Building 'Shiny' Web Applications with R"
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tutorial: Building 'shiny' Web Applications with R</title>
<title>Tutorial: Building 'Shiny' Web Applications with R</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base target="_blank"/>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style>
@@ -81,8 +82,8 @@ hljs.initHighlightingOnLoad();
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">Tutorial: Building 'shiny' Web Applications with R</a>
<a class="btn btn-primary pull-right" href="https://github.com/rstudio/shiny" target="_blank">shiny on GitHub</a>
<a class="brand" href="#">Tutorial: Building 'Shiny' Web Applications with R</a>
<a class="btn btn-primary pull-right" href="https://github.com/rstudio/shiny" target="_blank">Shiny on GitHub</a>
</div>
</div>
</div>