Skip to content

Commit

Permalink
Feature "no flash plugin required" in title
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Apr 21, 2020
1 parent 5f7e0a9 commit ef00ab6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=530, user-scalable=no">
<title>ToneMatrix Redux - Pentatonic Step Sequencer</title>
<meta name="description" content="Light up boxes and make music! No Flash plugin required.">
<title>ToneMatrix Redux - No Flash Required</title>
<meta name="description" content="A pentatonic step sequencer. Click tiles and make music.">
<meta name="author" content="Maximillian Laumeister">
<link rel="canonical" href="https://www.maxlaumeister.com/tonematrix/">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
Expand Down Expand Up @@ -50,8 +50,9 @@
</head>
<body>
<h1>ToneMatrix Redux</h1>
<p>A pentatonic step sequencer. Click tiles and make music.</p>
<p class="share-wrap">
Share URL: <input readonly id="clipboard-input"><button class="clipboard" data-clipboard-target="#clipboard-input"><img class="icon" src="clippy.svg" alt="Copy to clipboard"></button>
Share Your Song: <input readonly id="clipboard-input"><button class="clipboard" data-clipboard-target="#clipboard-input"><img class="icon" src="clippy.svg" alt="Copy to clipboard"></button>
</p>
<div class="canvaswrap">
<div class="overlay"></div>
Expand Down

0 comments on commit ef00ab6

Please sign in to comment.