We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf73c commit 426bbc2Copy full SHA for 426bbc2
gpp_forecast.conf
@@ -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
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <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