Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90658174
index-pres.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
Sun, Nov 3, 15:44
Size
1 KB
Mime Type
text/html
Expires
Tue, Nov 5, 15:44 (2 d)
Engine
blob
Format
Raw Data
Handle
22115702
Attached To
rCOSTCALC Cost Calculator Source code
index-pres.html
View Options
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=yes"
>
<title>
Cost Calculator
</title>
<link
rel=
"icon"
href=
"./icons/costcalc.png"
>
<!-- Load React. -->
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<script
src=
"https://unpkg.com/react@16/umd/react.production.min.js"
></script>
<script
src=
"https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/JSXTransformer.js"
></script>
<!--Load Bootstrap-->
<script
src=
"js/jquery-3.3.1.js"
></script>
<script
src=
"js/bootstrap.bundle.js"
></script>
<!--Load Cost calc engine-->
<link
rel=
"stylesheet"
href=
"scss/costcalc.css"
>
<script
type=
"text/jsx"
src=
"js/costcalc_export.jsx"
></script>
<script
type=
"text/jsx"
src=
"js/costcalc_main.jsx"
></script>
<!--Load cost calc data-->
<script
src=
"js/data.js"
></script>
</head>
<body>
<div
id=
"root"
>
<!-- This div's content will be managed by React. -->
</div>
</body>
</html>
Event Timeline
Log In to Comment