mirror of
https://github.com/pion/webrtc.git
synced 2025-10-04 06:46:35 +08:00
14 lines
287 B
HTML
14 lines
287 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>{{ .Title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="demo.css">
|
|
<script src="demo.js"></script>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
{{ template "demo.html" }}
|
|
</div>
|
|
</body>
|
|
</html>
|