Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91200663
index.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
Fri, Nov 8, 22:16
Size
1 KB
Mime Type
text/html
Expires
Sun, Nov 10, 22:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22218570
Attached To
rCOSTCALC Cost Calculator Source code
index.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="./icon/costcalc.png">
<!-- Load React. -->
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/prop-types@15.8.1/prop-types.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/7.24.3/babel.min.js"></script>
<!--Load Bootstrap-->
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/bootstrap.bundle.js"></script>
<!--Load money.js-->
<script src="js/money.min.js"></script>
<!--Load Cost calc engine-->
<link rel="stylesheet" href="css/costcalc.css">
<script type="text/babel" src="js/data.js"></script>
<script type="text/jsx" src="js/costcalc_stats.jsx"></script>
<script type="text/jsx" src="js/costcalc_export.jsx"></script>
<script type="text/jsx" src="js/costcalc_money.jsx"></script>
<script type="text/jsx" src="js/costcalc_main.jsx"></script>
<script>
$(window).bind('beforeunload', function(){
return '>>>>>Before You Go<<<<<<<< \n Your data will be lost are you sure ?';
});
</script>
</head>
<body>
<div id="root">
<!-- This div's content will be managed by React. -->
</div>
</body>
</html>
Event Timeline
Log In to Comment