- commit
- f0ec99554b94c29b584a00420aec7543660b68cc
- parent
- 6d463a68a97177ee4769f15ef96b687893feff02
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-05 18:37
rename files
Diffstat
7 files changed, 3 insertions, 3 deletions
diff --git a/rtc/index.html b/index.html
@@ -5,8 +5,8 @@ 5 5 <title>duct rtc</title> 6 6 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src http://via.ce9e.org"> 7 7 <meta name="viewport" content="width=device-width" />8 -1 <link rel="stylesheet" href="common.css">9 -1 <link rel="stylesheet" href="rtc.css">-1 8 <link rel="stylesheet" href="static/common.css"> -1 9 <link rel="stylesheet" href="static/rtc.css"> 10 10 </head> 11 11 <body> 12 12 <div class="rtc"> @@ -36,6 +36,6 @@ 36 36 <button>Send</button> 37 37 </form> 38 38 </div>39 -1 <script type="module" src="rtc.js"></script>-1 39 <script type="module" src="static/rtc.js"></script> 40 40 </body> 41 41 </html>