add GNOME templates

This commit is contained in:
Alexander Popov 2022-04-08 22:26:56 +03:00
parent b3b48e2d7f
commit 01b1795e68
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
5 changed files with 27 additions and 0 deletions

1
~/Templates/README.md Normal file
View File

@ -0,0 +1 @@
Templates for new documents in GNOME

View File

@ -0,0 +1,7 @@
:root {
--bg-color: #000;
}
body {
font-family: sans-serif;
}

0
~/Templates/files/File Normal file
View File

View 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">
<title>...</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container">
<!-- -->
</div>
</body>
</html>

View File

@ -0,0 +1,5 @@
function foobar() {
'use strict';
console.log('test');
}