tenon-api-client
Version:
Tenon Accessibility Testing API Client Module
24 lines (23 loc) • 612 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Testing</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="css/combo.css" type="text/css" media="screen" />
<style>
p {
color: red;
}
</style>
</head>
<body>
<h1>Testing</h1>
<p>This is a test</p>
<script src="http://yui.yahooapis.com/3.17.2/build/yui/yui-min.js"></script>
<script>
console.log('Hello');
</script>
<script id="myscript" src="js/combo.js" type="text/javascript"></script>
</body>
</html>