mirror of
https://github.com/pion/webrtc.git
synced 2025-10-28 09:41:35 +08:00
16 lines
343 B
HTML
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>
|