New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
hello.html in vendors/tutorial/trunk-r1/doc – NEMO

source: vendors/tutorial/trunk-r1/doc/hello.html @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 6 years ago

Import latest FCM release from Github into the repository for testing

File size: 289 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
3<html>
4<head>
5  <title>Hello</title>
6  <meta name="author" content="FCM Team">
7  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</head>
9
10<body>
11  <h1>Hello</h1>
12  <p>Hello from the FCM team!</p>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.