<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Media Element Demo</title> | |
<style> | |
.title { | |
background-color: #FFF; | |
color: #0047ab; | |
font-size: 20px; | |
} | |
.query { | |
} | |
.result-success { | |
background-color: rgb(0, 128, 0); | |
} | |
.result-failure { | |
background-color: rgb(128, 0, 0); | |
} | |
body { | |
background-color: #FFF; | |
font-size: 20px; | |
} | |
</style> | |
</head> | |
<body> | |
<span class="title">Queries on Key Systems</span> | |
<script type="text/javascript" src="key-systems.js"></script> | |
</body> | |
</html> |