Update font refs to https

This commit is contained in:
Joshua Bell 2018-08-15 21:55:00 -07:00
parent 4b16333ec8
commit 8de025a8d4
5 changed files with 75 additions and 77 deletions

View File

@ -6,7 +6,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
@ -32,5 +32,3 @@ The following files are Copyright (C) 1977-2013 Far Future Enterprises:
* vfs/SPINWARD.txt * vfs/SPINWARD.txt
* vfs/SPINWARD@.txt * vfs/SPINWARD@.txt
* vfs/SPINWARD_MAP.txt * vfs/SPINWARD_MAP.txt

View File

@ -3,7 +3,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<style> <style>
@import url(http://fonts.googleapis.com/css?family=Coustard); @import url(https://fonts.googleapis.com/css?family=Coustard);
body { font-family: "Coustard"; } body { font-family: "Coustard"; }
body { background-color: #EEEACD; color: black; } body { background-color: #EEEACD; color: black; }

View File

@ -11,7 +11,7 @@
11 REM something more exciting. 11 REM something more exciting.
12 12
13 REM You can run this program via the URL below 13 REM You can run this program via the URL below
14 REM http://www.calormen.com/Applesoft/. 14 REM https://www.calormen.com/jsbasic/.
16 REM 16 REM
18 HOME 18 HOME
19 HGR 19 HGR

View File

@ -3,7 +3,7 @@ Web Page Embedding
Want to show off your BASIC creation on your own web site? Now you can with just a tiny bit of HTML. Want to show off your BASIC creation on your own web site? Now you can with just a tiny bit of HTML.
There are two parts: There are two parts:
1. Insert `<script src="http://inexorabletash.github.io/jsbasic/script.js"></script>` on your page to enable it 1. Insert `<script src="https://inexorabletash.github.io/jsbasic/script.js"></script>` on your page to enable it
2. Add `<script type="text/applesoft-basic">` then your BASIC program then `</script>` 2. Add `<script type="text/applesoft-basic">` then your BASIC program then `</script>`
Like this: Like this:

View File

@ -1,4 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Coustard); @import url(https://fonts.googleapis.com/css?family=Coustard);
body { font-family: "Coustard"; } body { font-family: "Coustard"; }
a { color: #803010; text-decoration: none; } a { color: #803010; text-decoration: none; }