Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120642358
example.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
Sat, Jul 5, 21:18
Size
725 B
Mime Type
text/html
Expires
Mon, Jul 7, 21:18 (2 d)
Engine
blob
Format
Raw Data
Handle
27211394
Attached To
R8244 Eawag_Swing_Weight_Elicitation
example.html
View Options
<!doctype html>
<html>
<head>
<title>Example</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
margin: 0;
padding: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #f0f0f2;
}
</style>
<script type="text/javascript">
function someInlineScript(){
alert("This is some 'inline script")
}
</script>
</head>
<body>
<ul>
<li ng-repeat="item in items">{{ item.name }}</li>
</ul>
<ul>
<li ng-repeat='thingy in thingies'>{{ thingy.name }}</li>
</ul>
</body>
</html>
Event Timeline
Log In to Comment