Web-Full-Stack/srv/tp0/index.html

66 lines
1.6 KiB
HTML
Raw Normal View History

2023-10-13 09:15:46 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>Hello world</h1>
<p>This is a text Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque dolore hic iste magnam minus nostrum voluptatum? Aperiam at aut consequatur dolore esse facilis fuga laboriosam, pariatur quos, sit sunt veniam.</p>
<h2>Pauline Srifi</h2>
<p>Bonjour, je m'appelle Pauline, j'ai 23 ans et je suis la pricesse des pommes.</p>
<table>
<tr>
<td>Langages</td>
<td>Niveau</td>
</tr>
<tr>
<td>Java</td>
<td>2/5</td>
</tr>
<tr>
<td>C#</td>
<td>2/5</td>
</tr>
<tr>
<td>JS</td>
<td>3/5</td>
</tr>
<tr>
<td>TypeScript</td>
<td>2/5</td>
</tr>
<tr>
<td>PHP</td>
<td>4/5</td>
</tr>
</table>
<table>
<tr>
<td>Framework</td>
<td>Niveau</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>3/5</td>
</tr>
<tr>
<td>Vue.js</td>
<td>4/5</td>
</tr>
<tr>
<td>Nuxt.js</td>
<td>3/5</td>
</tr>
<tr>
<td>Laravel</td>
<td>3/5</td>
</tr>
</table>
</body>
<a href="..">Back</a>
</html>