add meta hints for facebook
This commit is contained in:
parent
34a9b766d0
commit
d7ec67a8de
2 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="copyright" content="stewart allen [sa@grid.space]">
|
||||
<meta name="description" content="gyroid infill code playground">
|
||||
<meta name="keywords" content="gyroid,infill" />
|
||||
<meta name="author" content="Stewart Allen">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta property="og:description" content="gyroid infill code playground">
|
||||
<meta property="og:title" content="gyroid infill code playground">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://grid.space/kiri/gyroid-test.html">
|
||||
<title>gyroid testing</title>
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="copyright" content="stewart allen [stewart@neuron.com]">
|
||||
<meta name="copyright" content="stewart allen [sa@grid.space]">
|
||||
<meta name="description" content="3d slice modeler, gcode and CNC toolpath generator">
|
||||
<meta name="keywords" content="3d slicer,slicer,3d slicing,cnc,cam,toolpaths,toolpath generation,kiri,kirimoto,kiri:moto,gcode" />
|
||||
<meta name="author" content="Stewart Allen">
|
||||
|
|
|
|||
Loading…
Reference in a new issue