2017-05-09 12:17:48 +02:00
<!DOCTYPE html>
< html lang = "en-us" >
< head >
< meta charset = "UTF-8" >
< title > Caught in the Net< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "theme-color" content = "#157878" >
< link rel = "stylesheet" href = "/css/normalize.css" >
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> -->
< link rel = "stylesheet" href = "/fonts/opensans.css" >
< link rel = "stylesheet" href = "/css/cayman.css" >
< / head >
< body >
< section class = "page-header" >
< h1 class = "project-name" > Caught in the Net< / h1 >
< h2 class = "project-tagline" > La rete ti cattura ma libera il pensiero< / h2 >
< a class = "btn" href = "/" > Home< / a >
< a class = "btn" href = "/about/" > About me< / a >
< a class = "btn" href = "/contattami/" > Contact me< / a >
2017-05-10 20:26:52 +02:00
< a class = "btn" href = "/archive/" > Archive< / a >
< a class = "btn" href = "/feed.xml" > RSS< / a >
2018-08-15 11:48:39 +02:00
< a class = "btn" href = "http://francescomecca.eu/git/pesceWanda" > Personal Git< / a >
2017-05-09 12:17:48 +02:00
< a class = "btn" href = "https://github.com/FraMecca" > Github< / a >
< a class = "btn" href = "/curriculum/CV_Mecca_Francesco.pdf" > Curriculum< / a >
< / section >
< section class = "main-content" >
< div class = "page" >
< h1 class = "page-title" > Domain names< / h1 >
< p > A < a href = "https://en.wikipedia.org/wiki/Domain_name" > domain name< / a > is a string of words used to locate an entity on the Internet.< / p >
< p > For this blog, the domain name is < a href = "/" > francescomecca.eu< / a > .< / p >
< p > < hr > < / p >
< p > Un nome di dominio e` una stringa univoca utilizzata per identificare una risorsa in rete.< / p >
< p > Il nome di dominio di questo blog e` < a href = "/" > francescomecca.eu< / a > .< / p >
< / div >
2017-05-10 20:26:52 +02:00
2017-05-09 12:17:48 +02:00
< footer class = "site-footer" >
2017-05-10 20:26:52 +02:00
<!-- <span class="site - footer - owner"><a href="http://francescomecca.eu">Caught in the Net</a> is maintained by <a href="contattami">Francesco Mecca</a>.</span> -->
2017-05-09 12:17:48 +02:00
< span > CC BY-SA 4.0 International.< / br > < / span >
< span class = "site-footer-credits" > < a href = "https://jekyllrb.com" > Jekyll< / a > , < a href = "https://github.com/jasonlong/cayman-theme" > Cayman theme< / a > .< / span >
< / footer >
< / section >
< / body >
< / html >