Initial commit
This commit is contained in:
10
Assigments/4/CLionProject/example/HelloWorld.html
Normal file
10
Assigments/4/CLionProject/example/HelloWorld.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang = "en"> <!-- attribute that the langage is english -->
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Hello (Suessian) world!</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello world</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user