mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-20 09:02:57 +00:00
Initial commit
This commit is contained in:
16
templates/header.tmpl
Normal file
16
templates/header.tmpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{.Name}} GitHub Action Documentation</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
body { font-family: system-ui, sans-serif; margin: 2rem; background: #f9f9fb; }
|
||||
h1, h2, h3 { color: #111; }
|
||||
pre { background: #eee; padding: 1em; border-radius: 6px; }
|
||||
code { font-family: mono; }
|
||||
.badge { vertical-align: middle; margin-right: 8px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user