Framework of the HTML
This commit is contained in:
parent
6e8b00d292
commit
ecc5c2f010
2 changed files with 14 additions and 0 deletions
14
index.html
Normal file
14
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">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>D&D Currency Converter</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>D&D Currency Converter</h1>
|
||||
</body>
|
||||
</html>
|
||||
0
style.css
Normal file
0
style.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue