mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-27 17:59:03 +01: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: Python 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>Python mode</h2>
|
||||
|
||||
<div><label for="code">Python code editor</label><textarea id="code" name="code" placeholder="Enter Python code here" title="Python code editor">
|
||||
<div><textarea id="code" name="code">
|
||||
# Literals
|
||||
1234
|
||||
0.0e101
|
||||
@@ -142,7 +140,7 @@ fr'x={4*10}\n'
|
||||
|
||||
<h2>Cython mode</h2>
|
||||
|
||||
<div><label for="code-cython">Cython code editor</label><textarea id="code-cython" name="code-cython" placeholder="Enter Cython code here" title="Cython code editor">
|
||||
<div><textarea id="code-cython" name="code-cython">
|
||||
|
||||
import numpy as np
|
||||
cimport cython
|
||||
|
||||
Reference in New Issue
Block a user