Skip to content

Commit

Permalink
fixed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
deijjji303 authored Dec 11, 2023
1 parent 6cae973 commit 06703fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@

<meta property="og:title" content="David Hees" />
<meta property="og:description" content="Split is a centrally-divided layout for a professional online presence with a big image or video left with alongside content." />
<meta property="og:url" content="http://192.168.178.61:8080" />
<meta property="og:url" content="https://davidhees.com" />

<meta property="og:image" content="http://192.168.178.61:8080/images/social.jpg" />
<meta property="og:image" content="https://davidhees.com/images/social.jpg" />
<meta name="twitter:card" content="summary_large_image" />

<meta name="twitter:site" content="@onepagelove" />


<link rel="icon" href="http://192.168.178.61:8080/favicon.ico" />
<link rel="icon" href="https://davidhees.com/favicon.ico" />


<link rel="stylesheet" href="http://192.168.178.61:8080/assets/css/split.css" type="text/css" media="screen" />
<link rel="stylesheet" href="https://davidhees.com/assets/css/split.css" type="text/css" media="screen" />
<meta name="viewport" content="width=device-width,initial-scale=1" />

<link rel="stylesheet" href="http://192.168.178.61:8080/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="https://davidhees.com/css/style.css" type="text/css" media="screen" />




<style>

.fs-split .split-image { background-image: url("http://192.168.178.61:8080/images/backgroundopt/background.jpg"); background-position: center center; }
.fs-split .split-image { background-image: url("https://davidhees.com/images/backgroundopt/background.jpg"); background-position: center center; }

</style>

Expand Down
6 changes: 3 additions & 3 deletions en/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>http://192.168.178.61:8080</title>
<link rel="canonical" href="http://192.168.178.61:8080">
<title>https://davidhees.com</title>
<link rel="canonical" href="https://davidhees.com">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://192.168.178.61:8080">
<meta http-equiv="refresh" content="0; url=https://davidhees.com">
</head>
</html>

0 comments on commit 06703fc

Please sign in to comment.