-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
36 lines (32 loc) · 1.37 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="zh-cn" onselectstart="return false" oncontextmenu="self.event.returnValue=false">
<head>
<title>玄云海 - 关于</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://unpkg.com/@fontsource/[email protected]/index.css">
<meta name="description" content="玄云海,一个软件开发工作室,提供Python、Golang、JS(前端设计及开发和Nodejs)、Java、小程序开发、AVG游戏">
<meta name="keywords" content="玄云海,OblivionOcean,软件开发,工作室,关于">
<meta name="ptype" content="post">
</head>
<body>
<div class="header">
<div class="right">
<a href="/" class="jumpload" ptype="home">首页</a>
<a href="/about.html" class="jumpload" ptype="post">关于</a>
</div>
</div>
<div class="main">
<div class="headimg">
<span>
关于
</span>
</div>
<div class="post">
<span>玄云海OblivionOcean是一个专注于程序与网页设计的青少年组织。成立于2022年,由吹神求杀和Fgaoxing两位创始人建立,在2023年7月重组扩编,玄云海已经有了20余人的常备人员,初七云,蜜蜂云等合作伙伴。</span>
</div>
</div>
<div class="fo oter">
</div>
<script src="./app.js"></script>
</body>
</html>