diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 13:46:46 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 802900e22708ff5258d1a3619e4241ef09a159e6 (patch) | |
tree | 385032fd05dfb0c6eebdfe89d086ddd404b5c0ad /system/doc/top | |
parent | 45bda44b08d01c0835b7402b752b9c7b07a4b77c (diff) | |
download | otp-802900e22708ff5258d1a3619e4241ef09a159e6.tar.gz otp-802900e22708ff5258d1a3619e4241ef09a159e6.tar.bz2 otp-802900e22708ff5258d1a3619e4241ef09a159e6.zip |
improve docs landing page title and subtitle
Diffstat (limited to 'system/doc/top')
-rw-r--r-- | system/doc/top/templates/index.html.src | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 967c33719d..e7b9d8ac6d 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -73,24 +73,10 @@ limitations under the License. <div id="content"> <div class="innertube"> -<center> -<font size="+1"><b>Erlang/OTP #otp_base_vsn#</b></font><br> -</center> -<center> -<p> -<font size="+1">Welcome to Erlang/OTP, a complete<br> -development environment<br> -for concurrent programming.</font> -</p> -</center> -<br> -<br> -<br> -<p><b> -<font size="+1"> -Some hints that may get you started faster -</font> -</b></p> + <h1 class="main-title">Erlang/OTP #otp_base_vsn#</h1> + <p class="main-description">Welcome to Erlang/OTP, a complete development environment for concurrent programming.</p> + + <h2>Some hints that may get you started faster</h2> <ul> |