LoginSignup
2
3

More than 5 years have passed since last update.

snsサイトを集約

Last updated at Posted at 2018-06-03

簡単なHTMLコードでSNSを一ヵ所に集める。

 このようなサイトができます
html:index.html
<html ...>
<head>
<title>your favorite title</title>
</head>
<body>
<p>いろいろなサイトまとまってる部屋です</p>
<p><a href="your peing URL"><img src="peing.jpg"><a href="your github url"><img src="github.jpg"></p>
<p><a href="your twitter url"><img src="twitter.png"><a href="your facebook url"><img src="facebook.png"></p>
<p><a href="your amazon hosi-mono list"><img src="amazon.png"><a href="your instagram url"><img src="instagram.jpg"</p>

ダウンロード (1).jpg
ダウンロード (1).png
ダウンロード (2).jpg
ダウンロード (2).png
ダウンロード.jpg
ダウンロード.png
画像はこちらをお使いください。
画像ファイルは同じフォルダに入れれば問題なく動作します。
一番問題なのはどこのサーバーを使うかという点。そこらへんはフリーサーバーやAzureつかってください、、、。

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3