iteration

This commit is contained in:
Ceolter
2016-01-27 15:44:45 +00:00
parent 8f24610243
commit d762f4a1f5
3 changed files with 40 additions and 3 deletions

View File

@@ -7,6 +7,14 @@
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<!-- Put some spacing around the buttons - not needed, just makes it look nice -->
<style>
button {
margin-left: 4px;
margin-right: 4px;
}
</style>
<body>
<div id="myAppContainer"></div>
</body>