mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-02-07 07:30:34 +00:00
Update font refs to https
This commit is contained in:
parent
4b16333ec8
commit
8de025a8d4
@ -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 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
|
||||
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_MAP.txt
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<style>
|
||||
@import url(http://fonts.googleapis.com/css?family=Coustard);
|
||||
@import url(https://fonts.googleapis.com/css?family=Coustard);
|
||||
body { font-family: "Coustard"; }
|
||||
|
||||
body { background-color: #EEEACD; color: black; }
|
||||
|
@ -11,7 +11,7 @@
|
||||
11 REM something more exciting.
|
||||
12
|
||||
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
|
||||
18 HOME
|
||||
19 HGR
|
||||
|
@ -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.
|
||||
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>`
|
||||
|
||||
Like this:
|
||||
|
@ -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"; }
|
||||
|
||||
a { color: #803010; text-decoration: none; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user