-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchitecture.html
More file actions
37 lines (33 loc) · 1.67 KB
/
architecture.html
File metadata and controls
37 lines (33 loc) · 1.67 KB
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
<!doctype html>
<html class="no-js" lang="ja">
<head>
<meta charset="utf-8">
<title>OpenDolphin Architecture</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.2/gist-embed.min.js"></script>
<style>
.gist {
font-size: 1em;
color: #606c71;
line-height: 1.6em;
}
</style>
</head>
<body>
<section class="page-header">
<h2 class="project-name">オープン ドルフィン</h2>
<h3 class="project-tagline">医療・クラウド・オープンソース</h3>
<a href="https://github.com/dolphin-dev/OpenDolphin" class="btn">ソースコード</a>
<a href="https://github.com/dolphin-dev/docker-images" class="btn">インストール</a>
<a href="https://gist.github.com/dolphin-dev/3cc1d4579ce268809573" class="btn">設 計</a>
</section>
<section class="main-content">
<code data-gist-id="3cc1d4579ce268809573"></code>
</section>
</body>
</html>