mirror of
https://github.com/wassname/mad.git
synced 2026-06-27 16:10:31 +08:00
38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>CDAD</title>
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/verify.js"></script>
|
|
<script src="js/fuzzyset.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
|
</head>
|
|
<body>
|
|
<div class="row">
|
|
<div class="col-md-8 col-md-offset-2 text-center">
|
|
<h2>Mindfulness V1</h2>
|
|
<p id="target"></p>
|
|
<textarea id="input" class="form-control" rows="3"></textarea>
|
|
<p id="charCount"></p>
|
|
<p id="original"></p>
|
|
</div>
|
|
<div class="col-md-2"></div>
|
|
</div>
|
|
<div class="row text-center">
|
|
<input id="submit1" class="btn btn-default" type="submit" value="Submit">
|
|
<button id="submit2" type="button" class="btn btn-success">Test</button>
|
|
<br><strong></strong>
|
|
</div>
|
|
<div class="row">
|
|
<h1 class="text-center">Change the Habit</h1>
|
|
<div id="alternate" class="row text-center">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|