mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix: missing script tag
This commit is contained in:
@@ -322,4 +322,5 @@ html
|
|||||||
br
|
br
|
||||||
span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }}
|
span(style="float:right") {{ currentTime | formatDate('YYYY-MM-DD HH:MI:SS AMPM') }}
|
||||||
span CPU {{ cpuUsage }}%
|
span CPU {{ cpuUsage }}%
|
||||||
|
script(src="vendor.js")
|
||||||
script(src="vr.js")
|
script(src="vr.js")
|
||||||
|
|||||||
Reference in New Issue
Block a user