Skip to content

Commit

Permalink
HTML/CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldotmw committed Apr 21, 2012
1 parent f1a55ae commit be978d7
Show file tree
Hide file tree
Showing 2 changed files with 708 additions and 0 deletions.
19 changes: 19 additions & 0 deletions SaldoUnico.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,29 @@
<html>
<head>
<title>SaldoUnico</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<style type="text/css">
#container {
width: 300px;
text-align: center;
margin-top: 50px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
</style>
</head>
<body>
<h1>SaldoUnico</h1>
<h2 id="status">dart is not running</h2>

<div id="container">
<input name="campo1"><br>
<input name="campo2"><br>
<input name="resultado" readonly><br>
<input type="button" value="Calcular" class="btn btn-large btn-primary">
</div>

<script type="application/dart" src="SaldoUnico.dart"></script>
<script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
</body>
Expand Down
Loading

0 comments on commit be978d7

Please sign in to comment.