Skip to content
Snippets Groups Projects
Commit 77b76456 authored by Will Billingsley's avatar Will Billingsley
Browse files

Added a couple of attributes to DElement

parent 9ec9ef20
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>UNE ACS Accreditation 2017</title>
<title>Course stuff</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css">
......@@ -17,8 +17,9 @@
</div>
</div>
<script type="text/javascript" src="./target/scala-2.12/example-opt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt-library.js"></script>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt-loader.js"></script>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt.js"></script>
</body>
</html>
......@@ -184,6 +184,8 @@ object ^ {
def :=(s:String) = AttrVal(n, s)
}
def target = Attrable("target")
def style = Attrable("style")
def alt = Attrable("alt")
def src = Attrable("src")
def `class` = Attrable("class")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment