-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,58 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/webmidi@latest/dist/iife/webmidi.iife.js"></script> | ||
<script src="micropython.mjs" type="module"></script> | ||
<script type="text/javascript" src="enable-threads.js"></script> | ||
<script type="text/javascript" src="amy.js"></script> | ||
<script type="text/javascript" src="spss.js"></script> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||
<meta name="description" content="Tulip on the web. An affordable, portable and focused Python device for music, writing and coding"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"> | ||
<meta property="og:title" content="Tulip Creative Computer Web"> | ||
<meta property="og:image" content="https://tulip.computer/img/tulip_hero.jpg"> | ||
<meta property="og:description" content="Tulip on the web. An affordable, portable and focused Python device for music, writing and coding"> | ||
|
||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@shorepinesound"> | ||
<meta name="twitter:creator" content="@shorepinesound"> | ||
<meta name="twitter:title" content="Tulip Creative Computer Web"> | ||
<meta name="twitter:description" content="Tulip on the web. An affordable, portable and focused Python device for music, writing and coding."> | ||
<meta name="twitter:image" content="https://tulip.computer/img/tulip_hero.jpg"> | ||
|
||
<meta property="og:type" content="product" /> | ||
<meta property="og:url" content="https://tulip.computer"/> | ||
<meta property="og:site_name" content="Tulip Creative Computer"/> | ||
<meta property="product:price:amount" content="58.90"/> | ||
<meta property="product:price:currency" content="USD"/> | ||
<meta property="og:availability" content="instock" /> | ||
|
||
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon.png"> | ||
<meta name="author" content="shore pine sound systems"> | ||
<meta name="HandheldFriendly" content="true"> | ||
<title>Tulip Creative Computer Web</title> | ||
|
||
<meta charset="UTF-8"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/webmidi@latest/dist/iife/webmidi.iife.js"></script> | ||
<script src="micropython.mjs" type="module"></script> | ||
<script type="text/javascript" src="enable-threads.js"></script> | ||
<script type="text/javascript" src="amy.js"></script> | ||
<script type="text/javascript" src="spss.js"></script> | ||
<!-- Matomo --> | ||
<script> | ||
var _paq = window._paq = window._paq || []; | ||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | ||
_paq.push(['trackPageView']); | ||
_paq.push(['enableLinkTracking']); | ||
(function() { | ||
var u="https://tulipcomputer.matomo.cloud/"; | ||
_paq.push(['setTrackerUrl', u+'matomo.php']); | ||
_paq.push(['setSiteId', '1']); | ||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | ||
g.async=true; g.src='https://cdn.matomo.cloud/tulipcomputer.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s); | ||
})(); | ||
</script> | ||
<!-- End Matomo Code --> | ||
</head> | ||
|
||
<body> | ||
<script type="module"> | ||
// Tulip settings | ||
|