Daniel J. Summers
0aaf06b050
* Add myWebLog theme * Remove Nuxt version * Remove Azure link from README
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{ page_title }} » Bit Badger Solutions</title>
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|