FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CPCBasic/cpcbasic.html at master · benchmarko/CPCBasic · GitHub
benchmarko
/
CPCBasic
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
35
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CPCBasic
/
cpcbasic.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 618 Bytes
Breadcrumbs
CPCBasic
/
cpcbasic.html
Copy path
File metadata and controls
17 lines (17 loc) · 618 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
http-equiv
="
content-type
"
content
="
text/html; charset=UTF-8
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
>
<
title
id
="
title
"
>
CPCBasic page moved
</
title
>
<
script
>
function
loadNewDoc
(
)
{
window
.
location
.
href
=
window
.
location
.
href
.
replace
(
"cpcbasic.html"
,
"index.html"
)
;
window
.
document
.
getElementsByTagName
(
"a"
)
[
0
]
.
href
=
window
.
location
.
href
;
// not really needed if JS is activated
}
;
</
script
>
</
head
>
<
body
onLoad
="
loadNewDoc()
"
>
<
p
>
Page moved to
<
a
href
="
index.html
"
>
index.html
</
a
>
</
p
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL