Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345846
layout.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
layout.html
View Options
<!DOCTYPE html>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
title
>
{% block title %}{% endblock %} - The Software Heritage Archive
</
title
>
<!-- BEGIN: bootstrap -->
<
link
rel
=
"stylesheet"
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
integrity
=
"sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin
=
"anonymous"
>
<
link
rel
=
"stylesheet"
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"
integrity
=
"sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX"
crossorigin
=
"anonymous"
>
<
link
rel
=
"stylesheet"
href
=
"{{ url_for('static', filename='css/bootstrap-responsive.min.css') }}"
>
<
script
src
=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></
script
>
<
script
src
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
integrity
=
"sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="
crossorigin
=
"anonymous"
></
script
>
<!-- END: bootstrap -->
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"{{ url_for('static', filename='css/style.css') }}"
/>
<
script
>
document
.
domain
=
"softwareheritage.org"
;</
script
>
</
head
>
<
body
>
<
div
class
=
"jumbotron"
>
<
div
class
=
"container"
>
<
h1
>
{{ self.title() }}
</
h1
>
</
div
>
</
div
>
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
<
div
class
=
"container messages"
>
{% for category, message in messages %}
<
div
class
=
"alert alert-{{ category }}"
role
=
"alert"
>
{{ message }}
</
div
>
{% endfor %}
</
div
>
{% endif %}
{% endwith %}
<
div
class
=
"container content"
>
{% block content %}{% endblock %}
</
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jul 4, 3:33 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3370088
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment