add basic files
This commit is contained in:
parent
b524f35512
commit
04f49a8635
@ -1,3 +1,7 @@
|
||||
# FS 2026 Frontendentwicklung
|
||||
|
||||
## Semesterarbeit
|
||||
|
||||
### Configuration
|
||||
|
||||
This project uses BiomeJS for linting. To configure it:
|
||||
|
||||
14
frontend/index.html
Normal file
14
frontend/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="styles/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Semesterarbeit</h1>
|
||||
<p>Test</p>
|
||||
<script type="text/javascript" src="scripts/index.js" />
|
||||
</body>
|
||||
</html>
|
||||
1
frontend/scripts/index.js
Normal file
1
frontend/scripts/index.js
Normal file
@ -0,0 +1 @@
|
||||
console.log('Loaded!')
|
||||
3
frontend/styles/index.css
Normal file
3
frontend/styles/index.css
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
background-color: blue;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user