added linting automation. Fixed nginx config as file name was wrong and as such didn't get loaded.
All checks were successful
Gitea Test. / tests (push) Successful in 49s
All checks were successful
Gitea Test. / tests (push) Successful in 49s
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>My test page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hey This is a test of watchfiles + browser reload!</h1>
|
||||
{{ question }}
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>My test page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hey This is a test of watchfiles + browser reload!</h1>
|
||||
{{ question }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user