root/galaxy-central/static/welcome.html @ 2

リビジョン 2, 1.1 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <link rel="stylesheet" href="style/base.css" type="text/css" />
7</head>
8<body>
9    <div class="document">
10        <div class="donemessagelarge">
11            <strong>Hello world! It's running...</strong>
12            <hr>
13            To customize this page edit <code>static/welcome.html</code>
14        </div>
15        <br/>
16        <img src="images/noodles.png" alt="WWFSMD?" style="display: block; margin-left: auto; margin-right: auto;" />
17        <hr/>
18        This project is supported in part by <a target="_blank" class="reference" href="http://www.nsf.gov">NSF</a>, <a target="_blank" class="reference" href="http://www.genome.gov">NHGRI</a>, and <a target="_blank" class="reference" href="http://www.huck.psu.edu">the Huck Institutes of the Life Sciences</a>.
19    </div>
20</body>
21</html>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。