-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello-world.html
30 lines (24 loc) · 1.08 KB
/
hello-world.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<h1> Hello World </h1>
<h2> A program to greet the planet. </h2>
<p>This page is an attempt to greet everyone on Earth using our various human languages. We're interested to see how long our list can become. <p>
<p>We'll start with languages that the Epicodus staff could offer without using Google. </p>
<ul>
<li> English: Hello, world! </li>
<li> Spanish: Hola, mundo! </li>
<li> Japanese: Konnichiwa, sekai! </li>
<li> French: Bonjour, monde! </li>
<li> Kinyarwanda: Mwirwe, isi! </li>
</ul>
<h1> Hello World </h1>
<h2> A program to greet the planet. </h2>
<p>This page is an attempt to greet everyone on Earth using our various human languages. We're interested to see how long our list can become. <p>
<p>We'll start with languages that the Epicodus staff could offer without using Google. </p>
<ul>
<li> English: Hello, world! </li>
<li> Spanish: Hola, mundo! </li>
<li> Japanese: Konnichiwa, sekai! </li>
<li> French: Bonjour, monde! </li>
<li> Kinyarwanda: Mwirwe, isi! </li>
<li> German: Guten tag, Welt! </li>
<li> Pig Latin: ello-hay, orld-way! </li>
</ul>