-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path404.Rmd
34 lines (28 loc) · 967 Bytes
/
404.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "IDN Shiny App Templates (404)"
author: "`r library(htmltools)
HTML('<a href=http://idn.it.ox.ac.uk>Oxford University Interactive Data Network</a>')`"
output:
html_document:
toc: true
toc_float: true
number_sections: false
css: gh-pages_global/gh-pages_navbar.css
includes:
in_header: gh-pages_global/_navbar.html
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
echo = TRUE,
message = FALSE,
warning = FALSE
)
library(htmltools)
```
<a href="https://github.com/ox-it/OxfordIDN_Shiny-App-Templates" target="blank">
<img style="position: absolute; top: 0; right: 0; border: 0;",
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png",
alt="Fork me on GitHub"/>
</a>
# 404: Page not found
This page can not be found - please consider raising an <a href="https://github.com/ox-it/OxfordIDN_Shiny-App-Templates/issues">issue on the Github issue tracker to fix this.