mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-18 16:29:46 +02:00
Add notification center button and fix stat-card/activity board loading
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<title>CodeMirror: Lua mode</title>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel=stylesheet href="../../doc/docs.css">
|
||||
|
||||
<link rel="stylesheet" href="../../lib/codemirror.css">
|
||||
@@ -28,7 +26,7 @@
|
||||
|
||||
<article>
|
||||
<h2>Lua mode</h2>
|
||||
<form><label for="code">Lua code editor</label><textarea id="code" name="code" placeholder="Enter Lua code here" title="Lua code editor">
|
||||
<form><textarea id="code" name="code">
|
||||
--[[
|
||||
example useless code to show lua syntax highlighting
|
||||
this is multiline comment
|
||||
|
||||
Reference in New Issue
Block a user