Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
garubi committed Feb 2, 2024
1 parent 387b128 commit fe8b07e
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,27 @@
<head>
<meta charset="utf-8">
<title>Push Push Editor</title>
<meta name="description" content="An editor for the Push Push device">
<meta name="description" content="Editor for the Push Push device">
<meta name="author" content="Stefano Garuti - https://github.com/garubi/push-push-editor">
<meta name="copyright" content="Stefano Garuti - https://github.com/garubi/push-push-editor">

<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/png" sizes="192x192" href="images/192x192.png">

<!-- http://getskeleton.com/ -->
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap" rel="stylesheet"> -->
<!-- <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> -->

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> -->
<link rel="icon" type="image/png" sizes="192x192" href="images/192x192.png">


<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script type="text/javascript" defer src="js/alpine.min.js"></script>
<script type="text/javascript" src="js/webmidi.iife.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
Expand Down

0 comments on commit fe8b07e

Please sign in to comment.