Skip to content

Commit

Permalink
Prettier and Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvoelcker committed Mar 12, 2024
1 parent 4e39a09 commit 497f98a
Show file tree
Hide file tree
Showing 18 changed files with 880 additions and 89 deletions.
16 changes: 8 additions & 8 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="/">
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#33b5e5">
<meta name="html-head" content="replace">
<meta charset="utf-8" />
<base href="/" />
<link rel="icon" href="favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#33b5e5" />
<meta name="html-head" content="replace" />
<meta
name="description"
content="Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more..."
Expand Down
Loading

0 comments on commit 497f98a

Please sign in to comment.