Skip to content

Commit 426bbc2

Browse files
committed
Add web configuration files
1 parent aadf73c commit 426bbc2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

gpp_forecast.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Alias /gpp_forecast /home/carya/GPP/web
2+
<Directory /home/carya/GPP/web>
3+
Require all granted
4+
</Directory>

web/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title> GPP Forecast Project </title>
5+
</head>
6+
7+
<body>
8+
<h1> GPP Forecast Project home page </h1>
9+
10+
<h2> Members </h2>
11+
<ul>
12+
<li> Alexey Shiklomanov </li>
13+
<li> Betsy Cowdery </li>
14+
<li> Mustafa Saifuddin </li>
15+
<li> Amanda Gallinat </li>
16+
<li> I-Fang Hsieh </li>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)