forked from Snowsmihoyo/DSD_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (46 loc) · 1.88 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="HJZ : ">
<link rel="stylesheet" type="text/css" media="screen" href="public/stylesheets/stylesheet.css">
<title>Server Group</title>
</head>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Server Group</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Welcome to Server Group of DSD Course.</h3>
<p><a href="https://github.com/HocRiser01/DSD_Server">Welcome to visit our Github code repository address.</a> </p>
<!-- <pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre> -->
<h3>Member Introduction</h3>
<h4>Hu Jianzheng</h4>
<p> I'm from college of Computer Science in Jilin University. I am familiar with C++ and python. </p>
<h4>Wei Wenda</h4>
<p> </p>
<h4>Ding Yongyu</h4>
I'm a student from Jilin University. I'm good at C/C++ and familiar with Java and Python.
<p> </p>
<h4>Zhang zhenwu</h4>
<p> </p>
<h3>News</h3>
<h4> <a href="https://github.com/HocRiser01/DSD_Server/blob/main/RA_1.0.md"> RA_1.0 (Last updated on Apr. 11, 2023) </a> </h4>
<h4> <a href="https://github.com/HocRiser01/DSD_Server/blob/main/SRS%26API_Documentation.md"> SRS & API Documentation (Last updated on May. 16, 2023) </a> </h4>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright"> <a href="https://github.com/xzh-loop"> </a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>