mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-28 00:08:37 -05:00
tweak case of shiny; open all links in external windows
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user