Skip to content

Commit

Permalink
specify charset
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 17, 2024
1 parent a1d84b3 commit 6a5934c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion banner/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">

<title>Cloud Posse</title>
Expand Down Expand Up @@ -134,7 +135,7 @@

.project #name {
display: flex;
flex-basis: 50%;
flex-basis: 100%;
}

.branding {
Expand Down
2 changes: 1 addition & 1 deletion profile/banner/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<title>Cloud Posse</title>
<style>
Expand All @@ -18,7 +19,6 @@
text-align:center;
}


.highlight {
color: #ff9900;
}
Expand Down

0 comments on commit 6a5934c

Please sign in to comment.