浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
7ebbb6ee09
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      client-data/board.html
  2. 1
    0
      client-data/index.html

+ 1
- 0
client-data/board.html 查看文件

@@ -3,6 +3,7 @@
3 3
 
4 4
 <head>
5 5
 	<meta charset="utf-8" />
6
+	<meta class="board wbo_dev" />
6 7
 	<title>{{board}} | WBO | {{translations.collaborative_whiteboard}}</title>
7 8
 	<meta name="viewport" content="width=device-width, initial-scale=1" />
8 9
 	<link rel="stylesheet" type="text/css" href="../board.css" />

+ 1
- 0
client-data/index.html 查看文件

@@ -3,6 +3,7 @@
3 3
 
4 4
 <head>
5 5
 	<meta charset="utf-8" />
6
+	<meta class="index wbo_dev" />
6 7
 	<title>WBO — {{translations.collaborative_whiteboard}}</title>
7 8
 	<link rel="stylesheet" href="index.css" />
8 9
 	<meta name="description" content="{{translations.tagline}}" />

正在加载...
取消
保存