init new course
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>HTMLTagWrap</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="container py-5">
|
||||
<h1>HTMLTagWrap</h1>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex id molestias pariatur voluptatibus exercitationem,
|
||||
iusto eum autem quae nam adipisci labore provident optio cum doloribus numquam, cupiditate necessitatibus
|
||||
ducimus praesentium?
|
||||
</p>
|
||||
<ol>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
<li>Listenpunkt</li>
|
||||
</ol>
|
||||
</div>
|
||||
</main>
|
||||
<script>
|
||||
'use strict';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +0,0 @@
|
||||
*,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ff9900;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
'test'.substr(1);
|
||||
@@ -1,13 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
let x = () => {
|
||||
a = 3;
|
||||
};
|
||||
let y = () => (a = 5);
|
||||
let z = () => {
|
||||
console.log(a);
|
||||
};
|
||||
|
||||
x();
|
||||
y();
|
||||
z();
|
||||
Reference in New Issue
Block a user