Files
webrtc/examples/index.html
2018-09-15 09:58:03 +02:00

16 lines
343 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>pions/webrtc examples!</title>
</head>
<body>
<ol>
{{range .}}
<li><a href="/example/{{ .Link }}/">{{ .Title }}</a>: {{ .Description }}</li>
{{else}}
<li><strong>No examples found!</strong></li>
{{end}}
</ol>
</body>
</html>