Skip to content

Instantly share code, notes, and snippets.

@randyphoa
Created November 9, 2022 05:20
Show Gist options
  • Save randyphoa/9f5e801e1df3244a6f28789e1e4437a4 to your computer and use it in GitHub Desktop.
Save randyphoa/9f5e801e1df3244a6f28789e1e4437a4 to your computer and use it in GitHub Desktop.
R Shiny App index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>RARAS - IBM Cloud Pak for Data</title>
{{ headContent() }}
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.1/dist/leaflet.css" integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14=" crossorigin="" />
<link rel="stylesheet" href="https://unpkg.com/react-leaflet-markercluster/dist/styles.min.css" />
<link rel="stylesheet" href="static/main.8ccdec8f.css">
<script defer="defer" src="static/main.ed536ff6.js"></script>
</head>
<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment