Remove the blockstart from the main client.html and have people use Blockstart instead.

main
Zed A. Shaw 1 year ago
parent 07e4694b46
commit 7d733eaf6d
  1. 5
      static/client/index.html

@ -2,15 +2,14 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="description" content="Bandolier Template">
<meta name="description" content="The Bandolier: A Learn JavaScript the Hard Way Project">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<title>Bandolier Template</title>
<title>The Bandolier: A Learn JavaScript the Hard Way Project</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/blockstart.css'>
<link rel='stylesheet' href='/css/pattern.min.css'>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">

Loading…
Cancel
Save