forked from rileytwo/darkstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
38 lines (34 loc) · 1.35 KB
/
index.htm
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
35
36
37
38
<!DOCTYPE html>
<!--
#
# index.htm
#
# Copyright (C) 2009-19 by RStudio, PBC
#
# This program is licensed to you under the terms of version 3 of the
# GNU Affero General Public License. This program is distributed WITHOUT
# ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
# AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details.
#
-->
<!-- standards mode -->
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="gwt:property" content="compiler.stackMode=#compiler_stack_mode#"/>
#!viewport_tag#
<meta name="csrf-token" content="#csrf_token#" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>RStudio</title>
#!head_tags#
<link type="text/css" rel="stylesheet" href="css/icons.css" />
<link type="text/css" rel="stylesheet" href="css/focus-visible.css" />
<script type="text/javascript" language="javascript" src="js/inert-polyfill.min.js"></script>
<script type="text/javascript" language="javascript" src="js/focus-visible.min.js"></script>
<script type="text/javascript" language="javascript" src="#!gwt_prefix#rstudio/rstudio.nocache.js"></script>
</head>
<body>
</body>
<link rel="stylesheet" href="custom_styles.css" type="text/css" />
</html>