FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fullstackpython.com/theme/templates/base.html at master · mph-code/fullstackpython.com · GitHub
mph-code
/
fullstackpython.com
Public
forked from
mattmakai/fullstackpython.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
fullstackpython.com
/
theme
/
templates
/
base.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 1.14 KB
Breadcrumbs
fullstackpython.com
/
theme
/
templates
/
base.html
Copy path
File metadata and controls
23 lines (23 loc) · 1.14 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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
http-equiv
="
Content-Type
"
content
="
text/html; charset=UTF-8
"
>
<
meta
charset
="
utf-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
>
{% block meta_header %}{% endblock %}
<
title
>
{% block title %}{% endblock %}Full Stack Python
</
title
>
{% block css %}{% endblock %}
<
link
rel
="
shortcut icon
"
href
="
/img/fsp-fav.png
"
>
</
head
>
<
body
>
{% block banner %}{% endblock %}
<
div
class
="
cn
"
>
{% include "nav.html" %}
{% block forkme %}{% endblock %}
{% block content %}{% endblock %}
<
hr
>
</
div
>
{% block lower_banner %}{% endblock %}
<
div
class
="
cn
"
>
<
div
class
="
ft sns
"
>
<
a
href
="
/about-author.html
"
>
Matt Makai
</
a
>
<
a
href
="
/change-log.html
"
>
2012-2018
</
a
>
</
div
>
</
div
>
<
script
>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
i
[
'GoogleAnalyticsObject'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(
)
{
(
i
[
r
]
.
q
=
i
[
r
]
.
q
||
[
]
)
.
push
(
arguments
)
}
,
i
[
r
]
.
l
=
1
*
new
Date
(
)
;
a
=
s
.
createElement
(
o
)
,
m
=
s
.
getElementsByTagName
(
o
)
[
0
]
;
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
}
)
(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
)
;
ga
(
'create'
,
'UA-19910497-7'
,
'auto'
)
;
ga
(
'send'
,
'pageview'
)
;
</
script
>
{% block js %}{% endblock %}
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL