mirror of
https://github.com/jakejarvis/get-canonical-url.git
synced 2026-09-11 23:25:31 -04:00
initial commit 🎉
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="canonical" href="https://test.example.com/this/doesnt/exist.aspx?no=really&it=doesnt#gocheck">
|
||||
<script src="../../dist/get-canonical-url.min.js"></script>
|
||||
</head>
|
||||
</html>
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<script src="../../dist/get-canonical-url.min.js"></script>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user