|
|
@ -11,13 +11,13 @@ html(lang="en") |
|
|
|
|
|
|
|
title BlueTooth Class |
|
|
|
|
|
|
|
link(rel="shortcut icon" href="favicon.ico") |
|
|
|
link(rel="apple-touch-icon" href="apple-touch-icon.png") |
|
|
|
link(rel="stylesheet" href="bluetooth-class.css") |
|
|
|
link(rel="manifest" href="manifest.json" crossorigin="use-credentials") |
|
|
|
link(rel="shortcut icon" href="/favicon.ico") |
|
|
|
link(rel="apple-touch-icon" href="/apple-touch-icon.png") |
|
|
|
link(rel="stylesheet" href="/bluetooth-class.css") |
|
|
|
link(rel="manifest" href="/manifest.json" crossorigin="use-credentials") |
|
|
|
|
|
|
|
block scripts |
|
|
|
script(src="bluetooth-class.js" defer) |
|
|
|
script(src="/bluetooth-class.js" defer) |
|
|
|
|
|
|
|
body |
|
|
|
.container |
|
|
|