Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92990480
examples.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 25, 10:19
Size
1 KB
Mime Type
text/html
Expires
Wed, Nov 27, 10:19 (2 d)
Engine
blob
Format
Raw Data
Handle
22551597
Attached To
rCOSTCALC Cost Calculator Source code
examples.html
View Options
<!doctype html>
<html
lang=
"en"
{%
if
page
.
html_class
%}
class=
"{{ page.html_class }}"
{%
endif
%}
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
"{{ site.authors }}"
>
<meta
name=
"generator"
content=
"Jekyll v{{ jekyll.version }}"
>
<title>
{{ page.title | smartify }} · {{ site.title | smartify }}
</title>
<link
rel=
"canonical"
href=
"{{ site.url | append: page.url }}"
>
{% include stylesheet.html %}
<style>
.bd-placeholder-img
{
font-size
:
1
.
125
rem
;
text
-
anchor
:
middle
;
-
webkit
-
user
-
select
:
none
;
-
moz
-
user
-
select
:
none
;
-
ms
-
user
-
select
:
none
;
user
-
select
:
none
;
}
@media
(
min-width
:
768px
)
{
.bd-placeholder-img-lg
{
font-size
:
3
.
5
rem
;
}
}
</style>
{%- for css in page.extra_css %}
<!-- Custom styles for this template -->
<link
href=
"{{ css }}"
rel=
"stylesheet"
>
{%- endfor %}
</head>
<body
{%
if
page
.
body_class
%}
class=
"{{ page.body_class }}"
{%
endif
%}
>
{{ content }}
{%- if page.include_js != false -%}
<script
src=
"{{ site.cdn.jquery }}"
integrity=
"{{ site.cdn.jquery_hash }}"
crossorigin=
"anonymous"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'<script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/jquery-slim.min.js"><\/script>'
)
</script>
{%- if jekyll.environment == "production" -%}
<script
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.min.js"
integrity=
"{{ site.cdn.js_bundle_hash }}"
crossorigin=
"anonymous"
></script>
{%- else -%}
<script
src=
"{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.js"
></script>
{%- endif -%}
{%- for js in page.extra_js %}
<script
src=
"{{ js }}"
></script>
{%- endfor %}
{%- endif -%}
</body>
</html>
Event Timeline
Log In to Comment