Add: datepicker for Bootstrap

This commit is contained in:
2019-03-27 11:27:17 +09:00
parent e222c2f31a
commit c717375830
70 changed files with 6691 additions and 20 deletions
+26
View File
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
.code {
white-space: pre-wrap;
font-family: monospace;
width: 100%;
}
.miss {
background-color: #FF0000;
}
.hit, .undef {
background-color: #94FF7C;
}
</style>
</head>
<body>
COLORIZED_LINE_HTML
</body>
</html>