Published
Edited
Jul 25, 2020
Insert cell
Insert cell
Insert cell
Insert cell
html`
<!DOCTYPE html>

<!--IE Conditional HTML Tag-->
<!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
<!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
<!--[if IE 8]><html class="preIE9"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->

<head>
<meta charset="UTF-8">
<!-- X-UA-Compatible Meta Tag -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<!-- Viewport Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>title</title>

<!-- Common Meta Tags -->
<meta name="author" content="categori.se">
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">

<!-- Common Meta Tags -->
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css" type="text/css">
</head>
<body>
</body>

<!-- Site or application content-->
<!-- <script src="js/app.js"></script>-->
</html>
`
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more