FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
popcode/src/html/index.html at master · popcodeorg/popcode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
popcodeorg
/
popcode
Public
Notifications
You must be signed in to change notification settings
Fork
143
Star
191
Code
Issues
144
Pull requests
20
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
popcode
/
src
/
html
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.1 KB
Breadcrumbs
popcode
/
src
/
html
/
index.html
Copy path
File metadata and controls
35 lines (35 loc) · 1.1 KB
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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html
>
<
html
>
<
head
>
<
title
>
Popcode | HTML, CSS, and JavaScript editor for students
</
title
>
<
meta
charset
="
utf-8
"
/>
<
meta
name
="
description
"
content
="
Popcode is a web-based HTML, CSS, and JavaScript coding environment that is designed for students.
"
/>
<
link
href
="
https://fonts.googleapis.com/css?family=Inconsolata:400,700|Roboto
"
rel
="
stylesheet
"
/>
<
link
rel
="
stylesheet
"
href
="
application.css
"
/>
<
link
rel
="
icon
"
type
="
image/png
"
href
="
images/favicon.ico
"
/>
<
link
rel
="
dns-prefetch
"
href
="
//api.github.com
"
/>
<
link
rel
="
dns-prefetch
"
href
="
//www.google-analytics.com
"
/>
<
link
rel
="
dns-prefetch
"
href
="
//www.googleapis.com
"
/>
<
link
rel
="
dns-prefetch
"
href
="
//apis.google.com
"
/>
<
link
rel
="
preload
"
href
="
https://apis.google.com/js/client.js
"
as
="
script
"
/>
</
head
>
<
body
>
<
div
id
="
main
"
>
<
div
class
="
pop-throbber
"
>
<
div
class
="
pop-throbber__message
"
>
Loading…
</
div
>
<
div
class
="
pop-throbber__image
"
>
</
div
>
</
div
>
</
div
>
<
div
id
="
modals
"
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL